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