From a7addb1e13e9682605375b364f231073cc52fbf5 Mon Sep 17 00:00:00 2001 From: Ben Burwell Date: Sun, 17 May 2020 12:10:34 -0400 Subject: vim: add thesaurus path --- templates/.vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/.vimrc b/templates/.vimrc index 09ea433..2b78865 100644 --- a/templates/.vimrc +++ b/templates/.vimrc @@ -20,6 +20,7 @@ set wildmenu set wildmode=longest,list,full set suffixesadd=.js,.ts set hlsearch +set thesaurus=~/.vim/thesaurus/english.txt call plug#begin('~/.local/share/nvim/plugged') Plug 'PotatoesMaster/i3-vim-syntax' -- cgit v1.2.3