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

Hardcode on Python 2 for the moment, let's see if that fixes timeouts

This commit is contained in:
2017-12-08 13:59:07 +01:00
parent d3d9026d88
commit 8f8a909079

3
.vimrc
View File

@@ -157,7 +157,8 @@ Plugin 'davidhalter/jedi-vim'
Plugin 'Valloric/YouCompleteMe'
" YouCompleteMe interpreter version (should be the same as what YCM was
" compiled with):
let g:ycm_server_python_interpreter = '/usr/bin/python'
"let g:ycm_server_python_interpreter = '/usr/bin/python'
let g:ycm_server_python_interpreter = 'python2'
" Improved Django handling
Plugin 'tweekmonster/django-plus.vim'