mirror of
https://github.com/aquatix/dotfiles.git
synced 2025-12-06 22:55:10 +01:00
Fix for jedi Python autocomplete
This commit is contained in:
5
.vimrc
5
.vimrc
@@ -139,9 +139,8 @@ set complete+=kspell
|
||||
|
||||
" Python autocompletion
|
||||
" On a machine with a Python3-only vim, use system packages like:
|
||||
" python-jedi python3-jedi vim-python-jedi
|
||||
" instead
|
||||
"Plugin 'davidhalter/jedi-vim'
|
||||
" python-jedi python3-jedi to keep jedi working for Python 2 and 3
|
||||
Plugin 'davidhalter/jedi-vim'
|
||||
"let g:jedi#force_py_version = 2
|
||||
|
||||
" code-completion engine
|
||||
|
||||
Reference in New Issue
Block a user