1
0
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:
2017-12-23 15:41:58 +01:00
parent fc5d5766ab
commit 4d43abbbea

2
.vimrc
View File

@@ -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'