Update vim configs
This commit is contained in:
4
vimrc
4
vimrc
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user