mirror of
https://github.com/neovim/neovim.git
synced 2025-09-08 04:18:18 +00:00
Fix python setup: Fix issue for users not using python.
This commit is contained in:
@@ -31,7 +31,7 @@ simple step-by-step:
|
|||||||
loaded:
|
loaded:
|
||||||
>
|
>
|
||||||
if has('nvim')
|
if has('nvim')
|
||||||
runtime! plugin/python_setup.vim
|
runtime! python_setup.vim
|
||||||
endif
|
endif
|
||||||
<
|
<
|
||||||
Most python plugins created for Vim 7.3 should work after these steps.
|
Most python plugins created for Vim 7.3 should work after these steps.
|
||||||
|
Reference in New Issue
Block a user