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

Force Python 2 for jedi checks

This commit is contained in:
2016-03-29 10:27:09 +02:00
parent 40a3d64f02
commit 72d36ce689

1
.vimrc
View File

@@ -139,6 +139,7 @@ set complete+=kspell
" Python autocompletion " Python autocompletion
Plugin 'davidhalter/jedi-vim' Plugin 'davidhalter/jedi-vim'
let g:jedi#force_py_version = 2
" code-completion engine " code-completion engine
" sudo apt-get install build-essential cmake " sudo apt-get install build-essential cmake