mirror of
https://github.com/neovim/neovim.git
synced 2024-12-20 03:05:11 -07:00
Fix python setup: Fix issue for users not using python.
This commit is contained in:
parent
1b9e4d7731
commit
cdaa417e8c
@ -31,7 +31,7 @@ simple step-by-step:
|
||||
loaded:
|
||||
>
|
||||
if has('nvim')
|
||||
runtime! plugin/python_setup.vim
|
||||
runtime! python_setup.vim
|
||||
endif
|
||||
<
|
||||
Most python plugins created for Vim 7.3 should work after these steps.
|
||||
|
Loading…
Reference in New Issue
Block a user