docs: Update to the latest changes in the plugin infrastructure

This commit is contained in:
Thiago de Arruda
2014-11-17 12:45:52 -03:00
parent f291f41525
commit d971cb1691
5 changed files with 195 additions and 36 deletions

View File

@@ -27,13 +27,6 @@ simple step-by-step:
>
$ pip install neovim
<
- Add the following snippet to your `vimrc`, before any python plugins are
loaded:
>
if has('nvim')
runtime! python_setup.vim
endif
<
Most python plugins created for Vim 7.3 should work after these steps.
==============================================================================