mirror of
https://github.com/aquatix/dotfiles.git
synced 2025-12-07 03:35: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
|
" Python autocompletion
|
||||||
" On a machine with a Python3-only vim, use system packages like:
|
" On a machine with a Python3-only vim, use system packages like:
|
||||||
" python-jedi python3-jedi vim-python-jedi
|
" python-jedi python3-jedi to keep jedi working for Python 2 and 3
|
||||||
" instead
|
Plugin 'davidhalter/jedi-vim'
|
||||||
"Plugin 'davidhalter/jedi-vim'
|
|
||||||
"let g:jedi#force_py_version = 2
|
"let g:jedi#force_py_version = 2
|
||||||
|
|
||||||
" code-completion engine
|
" code-completion engine
|
||||||
|
|||||||
Reference in New Issue
Block a user