mirror of
https://github.com/aquatix/dotfiles.git
synced 2025-12-07 05:45:11 +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'
|
Plugin 'Valloric/YouCompleteMe'
|
||||||
" YouCompleteMe interpreter version (should be the same as what YCM was
|
" YouCompleteMe interpreter version (should be the same as what YCM was
|
||||||
" compiled with):
|
" 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
|
" Improved Django handling
|
||||||
Plugin 'tweekmonster/django-plus.vim'
|
Plugin 'tweekmonster/django-plus.vim'
|
||||||
|
|||||||
Reference in New Issue
Block a user