From 05aad8f826921860c85475bc23c25a29c65384fc Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 25 Apr 2020 17:40:47 +1200 Subject: Remove thesaurus install target Not really appropriate for a Makefile to `curl` resources. --- Makefile | 6 ------ vim/vimrc | 4 ++-- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/Makefile b/Makefile index f1831f4e..514a4444 100644 --- a/Makefile +++ b/Makefile @@ -58,7 +58,6 @@ install-vim-indent \ install-vim-plugin \ install-vim-syntax \ - install-vim-thesaurus \ install-vint \ install-wget \ install-x \ @@ -631,11 +630,6 @@ install-vim-syntax: mkdir -p -- $(VIMDIR)/syntax cp -p -- vim/syntax/*.vim $(VIMDIR)/syntax -install-vim-thesaurus: - mkdir -p -- $(VIMDIR)/ref - curl 'https://sanctum.geek.nz/ref/thesaurus.txt' \ - > $(VIMDIR)/ref/thesaurus.txt - install-vint: cp -p -- vint/vintrc.yaml $(HOME)/.vintrc.yaml 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 +" . " " 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 -- cgit v1.2.3