aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2020-04-25 17:40:47 +1200
committerTom Ryder <tom@sanctum.geek.nz>2020-04-25 17:40:47 +1200
commit05aad8f826921860c85475bc23c25a29c65384fc (patch)
tree5a0bd5ceb72f8aa29ecf746cc3e0188a43368e5f /vim/vimrc
parentCorrect built paths for Vim cache dirs (diff)
downloaddotfiles-05aad8f826921860c85475bc23c25a29c65384fc.tar.gz
dotfiles-05aad8f826921860c85475bc23c25a29c65384fc.zip
Remove thesaurus install target
Not really appropriate for a Makefile to `curl` resources.
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