mirror of
https://github.com/davidhalter/jedi-vim.git
synced 2025-12-10 04:21:52 +08:00
4 lines
121 B
VimL
4 lines
121 B
VimL
if jedi#init_python() && g:jedi#auto_initialization && g:jedi#completions_enabled
|
|
call jedi#setup_completion()
|
|
endif
|