1
0
mirror of https://github.com/aquatix/dotfiles.git synced 2025-12-07 02:25:11 +01:00

Hint about vim-nox-py2 (on Ubuntu 16.04 for example)

This commit is contained in:
2016-04-21 16:25:00 +02:00
parent 5052e3c3fd
commit 4deef0495c

2
.vimrc
View File

@@ -140,7 +140,7 @@ 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 vim-python-jedi
" instead " instead. Also, vim-nox-py2 might be needed
"Plugin 'davidhalter/jedi-vim' "Plugin 'davidhalter/jedi-vim'
"let g:jedi#force_py_version = 2 "let g:jedi#force_py_version = 2