Revert "Fix nvim python interpreter"
This reverts commit 0a6a49854b74ee681bd2ca8bff5c7f1e8c0a07a6.
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