mirror of
https://github.com/aquatix/dotfiles.git
synced 2025-12-07 08:05:10 +01:00
Python 3 all the things
This commit is contained in:
2
.vimrc
2
.vimrc
@@ -158,7 +158,7 @@ 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/python2'
|
||||
let g:ycm_server_python_interpreter = '/usr/bin/python3'
|
||||
" Debug stuff
|
||||
"let g:ycm_server_keep_logfiles = 1
|
||||
"let g:ycm_server_log_level = 'debug'
|
||||
|
||||
Reference in New Issue
Block a user