Update vim configs
This commit is contained in:
parent
e4b7c0de5a
commit
c8e61070da
|
@ -10,3 +10,5 @@ Abolish indentit{y,ies} identit{y,ies}
|
||||||
Abolish indetit{y,ies} identit{y,ies}
|
Abolish indetit{y,ies} identit{y,ies}
|
||||||
Abolish constnat constant
|
Abolish constnat constant
|
||||||
Abolish darw draw
|
Abolish darw draw
|
||||||
|
Abolish transfered transferred
|
||||||
|
Abolish transfering transferring
|
||||||
|
|
|
@ -207,3 +207,25 @@ multisampling
|
||||||
mutex
|
mutex
|
||||||
meleeing
|
meleeing
|
||||||
dmg
|
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.
|
@ -1,8 +1,14 @@
|
||||||
----------------------------------------------
|
---------------------------------------------------------
|
||||||
Michael Campagnaro's plan for <month> <day>, 2019
|
Michael Campagnaro's plan for <month> <day>, 2019
|
||||||
----------------------------------------------
|
---------------------------------------------------------
|
||||||
|
|
||||||
|
##############
|
||||||
DO
|
DO
|
||||||
+
|
##############
|
||||||
|
|
||||||
|
+ <task>
|
||||||
|
|
||||||
|
##############
|
||||||
EXTRA
|
EXTRA
|
||||||
|
##############
|
||||||
|
|
||||||
|
|
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
|
" @fixme might be broken if lowered to 100 from original value of 4000. Will
|
||||||
" first try 500 and tweak from there.
|
" 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 undolevels=1000 " Allow undo when going back into a closed file
|
||||||
set undoreload=10000
|
set undoreload=10000
|
||||||
|
|
Loading…
Reference in New Issue
Block a user