vim: Use python3 for YCM
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user