aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-06-09 02:13:37 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-06-09 02:13:37 +1200
commitdf172bc02228e6c5c8a0f842d7fdd033bb727fc9 (patch)
tree4d454d0e7465de0e27a66af20a4b8e7920ce2c77
parentExplain the 'backupskip' problem a bit more (diff)
downloaddotfiles-df172bc02228e6c5c8a0f842d7fdd033bb727fc9.tar.gz
dotfiles-df172bc02228e6c5c8a0f842d7fdd033bb727fc9.zip
Add user-local 'dictionary' path
-rw-r--r--vim/vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 47326b8d..13cae065 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -366,7 +366,7 @@ set cpoptions+=J
" It's not an error if this file doesn't exist; indeed, on some systems I use,
" it doesn't.
"
-set dictionary^=/usr/share/dict/words
+set dictionary^=$MYVIM/ref/dictionary.txt,/usr/share/dict/words
" Keep swap files for file buffers in a dedicated directory, rather than the
" default of writing them to the same directory as the buffer file. Add two