aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--templates/.vimrc1
1 files changed, 1 insertions, 0 deletions
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'