Fix nvim python interpreter

This commit is contained in:
2020-02-23 23:12:00 +01:00
parent 720d6f5c96
commit 80e10602a6

View File

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