diff --git a/vim/after/plugin/abolish.vim b/vim/after/plugin/abolish.vim
index c71f49f..d9b7233 100644
--- a/vim/after/plugin/abolish.vim
+++ b/vim/after/plugin/abolish.vim
@@ -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
diff --git a/vim/spell/en.utf-8.add b/vim/spell/en.utf-8.add
index 4e15ae0..9f43d1b 100644
--- a/vim/spell/en.utf-8.add
+++ b/vim/spell/en.utf-8.add
@@ -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
diff --git a/vim/spell/en.utf-8.add.spl b/vim/spell/en.utf-8.add.spl
index f95be1c..fd8c31f 100644
Binary files a/vim/spell/en.utf-8.add.spl and b/vim/spell/en.utf-8.add.spl differ
diff --git a/vim/templates/skeleton.plan b/vim/templates/skeleton.plan
index 68b63fd..a8de408 100644
--- a/vim/templates/skeleton.plan
+++ b/vim/templates/skeleton.plan
@@ -1,8 +1,14 @@
-----------------------------------------------
+---------------------------------------------------------
 Michael Campagnaro's plan for <month> <day>, 2019
-----------------------------------------------
+---------------------------------------------------------
 
+##############
 DO
-+
+##############
 
++ <task>
+
+##############
 EXTRA
+##############
+
diff --git a/vimrc b/vimrc
index b46259b..6867ad9 100644
--- a/vimrc
+++ b/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