spell check only md files

This commit is contained in:
Eric D. Rohler 2018-10-18 22:29:36 -04:00
parent 7a894100d8
commit b6a087adf2

2
vimrc
View File

@ -32,7 +32,7 @@ autocmd FileType python set ts=4
autocmd FileType python set sts=4 autocmd FileType python set sts=4
" Spell Checking " Spell Checking
set spell spelllang=en_us autocmd BufRead,BufNewFile *.md set spell spelllang=en_us
call plug#begin('.vim/plugged') call plug#begin('.vim/plugged')
Plug 'scrooloose/nerdtree', { 'on': 'NERDTreeToggle' } Plug 'scrooloose/nerdtree', { 'on': 'NERDTreeToggle' }