Added blurb about configuration in .vimrc

I don't know if this should even be in there because it seems kind of
like a bug.
This commit is contained in:
Patrice Peterson
2013-03-01 20:39:13 +01:00
parent 0d27821064
commit 4c0652064a

View File

@@ -259,6 +259,11 @@ definition of the name under the cursor.
============================================================================== ==============================================================================
6. Configuration *jedi-vim-configuration* 6. Configuration *jedi-vim-configuration*
Note: You currently have to set these options in your .vimrc. Setting them in
an ftplugin (e.g. ~/.vim/ftplugin/python/jedi-vim-settings.vim) will not work
because Jedi-Vim is not set up as an filetype plugin, but as a "regular"
plugin.
------------------------------------------------------------------------------ ------------------------------------------------------------------------------
6.1. `g:jedi#auto_initialization` *g:jedi#auto_initialization* 6.1. `g:jedi#auto_initialization` *g:jedi#auto_initialization*