This commit is contained in:
2019-04-14 11:54:29 +02:00
parent cb34056f15
commit 6be0232035
14 changed files with 48 additions and 8 deletions

View File

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