forked from VimPlug/jedi-vim
after/ftplugin/python/jedi.vim takes care of setting the omnifunc,
it's not needed here anymore.
This commit is contained in:
@@ -7,8 +7,6 @@ endif
|
||||
|
||||
if g:jedi#auto_initialization
|
||||
if g:jedi#completions_enabled
|
||||
setlocal omnifunc=jedi#completions
|
||||
|
||||
" map ctrl+space for autocompletion
|
||||
if g:jedi#completions_command == "<C-Space>"
|
||||
" in terminals, <C-Space> sometimes equals <Nul>
|
||||
|
||||
Reference in New Issue
Block a user