aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'vim/vimrc')
-rw-r--r--vim/vimrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/vim/vimrc b/vim/vimrc
index f2ec6de8..1094a838 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -55,6 +55,9 @@ set confirm
" Sentence objects are separated by two spaces
set cpoptions+=J
+" Specify where to look for a dictionary even if 'spell' isn't on
+set dictionary^=/usr/share/dict/words
+
" Keep swap files in dedicated directory, named with full path
execute 'set directory^='.vimrc#EscapeSetPart($MYVIM.'/cache/swap//')