Mercurial > dotfiles.old
changeset 222:529bb6ae8e5e
Add thesaurus
author | zegervdv <zegervdv@me.com> |
---|---|
date | Wed, 31 Dec 2014 18:32:53 +0100 |
parents | 152b34da1f13 |
children | ed108055146c |
files | .gitignore vimrc |
diffstat | 2 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/.gitignore Sun Jan 11 18:36:10 2015 +0100 +++ b/.gitignore Wed Dec 31 18:32:53 2014 +0100 @@ -1,2 +1,3 @@ vimwiki_html *.vim.lock +vim/thesaurus/
--- a/vimrc Sun Jan 11 18:36:10 2015 +0100 +++ b/vimrc Wed Dec 31 18:32:53 2014 +0100 @@ -196,6 +196,7 @@ au BufNewFile,BufRead,BufEnter *.txt setlocal spell spelllang=en_gb au BufNewFile,BufRead,BufEnter *.txt setlocal textwidth=0 au FileType gitcommit setlocal spell spelllang=en_gb +set thesaurus+=~/.vim/thesaurus/mthesaur.txt autocmd BufRead *_spec.rb set filetype=rspec