mirror of
https://github.com/aquatix/dotfiles.git
synced 2025-12-07 06:55:11 +01:00
Hint on fixing YCM/Python autocompletion on Python3 vim
This commit is contained in:
3
.vimrc
3
.vimrc
@@ -138,6 +138,9 @@ set complete+=kspell
|
|||||||
"Plugin 'klen/python-mode'
|
"Plugin 'klen/python-mode'
|
||||||
|
|
||||||
" Python autocompletion
|
" 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'
|
"Plugin 'davidhalter/jedi-vim'
|
||||||
"let g:jedi#force_py_version = 2
|
"let g:jedi#force_py_version = 2
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user