Revert "Fix nvim python interpreter"

This reverts commit 0a6a49854b74ee681bd2ca8bff5c7f1e8c0a07a6.
This commit is contained in:
2020-02-24 10:27:27 +01:00
parent 80e10602a6
commit eae66600af

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