spell check only md files
This commit is contained in:
parent
7a894100d8
commit
b6a087adf2
2
vimrc
2
vimrc
@ -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' }
|
||||||
|
Loading…
Reference in New Issue
Block a user