mirror of
https://github.com/davidhalter/jedi-vim.git
synced 2025-12-08 03:24:47 +08:00
automatically initialize filetype plugin on
This commit is contained in:
@@ -45,6 +45,9 @@ for [key, val] in items(s:settings)
|
|||||||
endfor
|
endfor
|
||||||
|
|
||||||
|
|
||||||
|
if g:jedi#auto_vim_configuration
|
||||||
|
filetype plugin on
|
||||||
|
endif
|
||||||
if g:jedi#auto_initialization
|
if g:jedi#auto_initialization
|
||||||
" this is only here because in some cases the VIM library adds their
|
" this is only here because in some cases the VIM library adds their
|
||||||
" autocompletion as a default, which may cause problems, depending on the
|
" autocompletion as a default, which may cause problems, depending on the
|
||||||
|
|||||||
Reference in New Issue
Block a user