From 80c9bdc87cf4cb52062ebcf8439e70b781626732 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 6 Jun 2019 23:30:09 +1200 Subject: Add a 'dictionary' path --- vim/vimrc | 3 +++ 1 file changed, 3 insertions(+) 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//') -- cgit v1.2.3