1
0
mirror of https://github.com/aquatix/dotfiles.git synced 2025-12-06 22:55:10 +01:00

Merge branch 'master' of github.com:aquatix/dotfiles

This commit is contained in:
2016-04-22 10:37:11 +02:00

3
.vimrc
View File

@@ -139,7 +139,8 @@ set complete+=kspell
" Python autocompletion
" On a machine with a Python3-only vim, use system packages like:
" python-jedi python3-jedi to keep jedi working for Python 2 and 3
" python-jedi python3-jedi to keep jedi working for Python 2 and 3.
" Also, vim-nox-py2 might be needed
Plugin 'davidhalter/jedi-vim'
"let g:jedi#force_py_version = 2