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:
3
.vimrc
3
.vimrc
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user