aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'vim/vimrc')
-rw-r--r--vim/vimrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/vim/vimrc b/vim/vimrc
index adbc9f05..aed91793 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -346,8 +346,8 @@ set spellcapcheck=[.?!]\\%(\ \ \\\|[\\n\\r\\t]\\)
" In much the same way, we add an expected path to a thesaurus, for completion
" with CTRL-X CTRL-T in insert mode, or with ‘t’ added to 'completeopt'. The
" thesaurus data isn’t installed as part of the default ‘install-vim’ target
-" in tejr’s dotfiles, but it can be retrieved and installed with
-" ‘install-vim-thesaurus’.
+" in tejr’s dotfiles, but it can be retrieved from
+" <https://sanctum.geek.nz/ref/thesaurus.txt>.
"
" I got the thesaurus itself from the link in the :help for 'thesaurus' in
" v8.1. It’s from WordNet and MyThes-1. I maintain a mirror on my own