Update vimrc

This commit is contained in:
2018-08-17 21:17:00 +02:00
parent 6924175b95
commit d48c808e5c

View File

@@ -283,3 +283,7 @@ let g:ycm_add_preview_to_completeopt = 0
let g:instant_markdown_autostart = 0
let g:terraform_align = 1
if has("autocmd")
au BufReadPost * if line("'\"") > 1 && line("'\"") <= line("$") | exe "normal! g'\"" | endif
endif