Commit 09b3682f authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Explicitly enable spell checking in Vim…

and add a spell file for known file extensions.
parent 4eb97150
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -86,12 +86,12 @@ set copyindent preserveindent smartindent
" === SPELLING ===

source ~/.vim/spell/auto.vim
set spellfile=
set spell spellfile=
	\~/.vim/spell/.local.utf8.add,
	\~/.vim/spell/proper-names.utf8.add,
	\~/.vim/spell/technologies.utf8.add,
	\~/.vim/spell/terms.utf8.add,
	\~/.vim/spellfile.utf8.add
	\~/.vim/spell/file-ext.utf8.add


" === SYNTAX ===