forked from VimPlug/jedi-vim
Sets our own omnifunc and allows loading of the distribution's python ftplugin
This commit is contained in:
3
after/ftplugin/python/jedi.vim
Normal file
3
after/ftplugin/python/jedi.vim
Normal file
@@ -0,0 +1,3 @@
|
||||
" We need our own omnifunc, so this overrides the omnifunc set by
|
||||
" $VIMRUNTIME/ftplugin/python.vim.
|
||||
setlocal omnifunc=jedi#completions
|
||||
Reference in New Issue
Block a user