Quit if python-neovim is not installed

This commit is contained in:
Mark Vainomaa 2017-01-28 16:13:40 +02:00
parent 5593e743e7
commit d5077e8042
1 changed files with 1 additions and 0 deletions

View File

@ -54,6 +54,7 @@ endfunction
" --- Start
if(!has("python3"))
echo "You should install python neovim module. `pip install neovim`"
exec "qall"
end