vim: Use python3 for YCM

This commit is contained in:
2019-11-14 09:28:38 +01:00
parent 8017200645
commit d9579ce1d9

View File

@@ -308,6 +308,6 @@ if has("autocmd")
au BufReadPost * if line("'\"") > 1 && line("'\"") <= line("$") | exe "normal! g'\"" | endif au BufReadPost * if line("'\"") > 1 && line("'\"") <= line("$") | exe "normal! g'\"" | endif
endif endif
let g:ycm_server_python_interpreter = "python2" let g:ycm_server_python_interpreter = "python3"
au FileType html setl shiftwidth=2 au FileType html setl shiftwidth=2