1
0
mirror of https://codeberg.org/diginaut/dotfiles.git synced 2026-05-06 19:14:09 +02:00

Disable jedi-vim as it bites youcompleteme

This commit is contained in:
2016-04-19 14:04:28 +02:00
parent 98fe4e0cd2
commit 0b7472fc48
+2 -2
View File
@@ -138,8 +138,8 @@ set complete+=kspell
"Plugin 'klen/python-mode'
" Python autocompletion
Plugin 'davidhalter/jedi-vim'
let g:jedi#force_py_version = 2
"Plugin 'davidhalter/jedi-vim'
"let g:jedi#force_py_version = 2
" code-completion engine
" sudo apt-get install build-essential cmake