Quit if python-neovim is not installed
This commit is contained in:
parent
5593e743e7
commit
d5077e8042
@ -54,6 +54,7 @@ endfunction
|
|||||||
" --- Start
|
" --- Start
|
||||||
if(!has("python3"))
|
if(!has("python3"))
|
||||||
echo "You should install python neovim module. `pip install neovim`"
|
echo "You should install python neovim module. `pip install neovim`"
|
||||||
|
exec "qall"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user