Update vim configs

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

View File

@ -10,3 +10,5 @@ Abolish indentit{y,ies} identit{y,ies}
Abolish indetit{y,ies} identit{y,ies}
Abolish constnat constant
Abolish darw draw
Abolish transfered transferred
Abolish transfering transferring

View File

@ -207,3 +207,25 @@ multisampling
mutex
meleeing
dmg
respawn
respawns
respawning
hardcoded
bools
seqs
pics
desc
overridable
litres
litre
inline
inline
behaviour
inline
themself
indices
deathmatch
updatable
blogging
Screenshot
architecting

Binary file not shown.

View File

@ -1,8 +1,14 @@
----------------------------------------------
---------------------------------------------------------
Michael Campagnaro's plan for <month> <day>, 2019
----------------------------------------------
---------------------------------------------------------
##############
DO
+
##############
+ <task>
##############
EXTRA
##############

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