1
0
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:
2016-04-22 10:35:34 +02:00
parent 5052e3c3fd
commit 1cd4c9f207

5
.vimrc
View File

@@ -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