Update vim configs

This commit is contained in:
2019-09-30 16:51:10 -04:00
parent e4b7c0de5a
commit c8e61070da
5 changed files with 36 additions and 4 deletions

4
vimrc
View File

@@ -243,7 +243,9 @@ set timeoutlen=300 ttimeoutlen=0 " Adding this since the esc remap on the 'i' k
" @fixme might be broken if lowered to 100 from original value of 4000. Will
" first try 500 and tweak from there.
set updatetime=250 " I lowered this to make git-gutter updates faster.
" UPDATE: I lowered this to 250 and eventually started seeing some plugin
" errors related to paren formatting. I think 800 might be the sweet spot.
set updatetime=800 " I lowered this to make git-gutter updates faster.
set undolevels=1000 " Allow undo when going back into a closed file
set undoreload=10000