Skip to content

Commit

Permalink
activate spell checking for markdown files
Browse files Browse the repository at this point in the history
  • Loading branch information
dmerejkowsky committed Apr 15, 2016
1 parent aaea829 commit 36b201f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,7 @@ augroup spell
autocmd!
autocmd filetype rst :setlocal spell spelllang=en
autocmd filetype tex :setlocal spell spelllang=en
autocmd filetype markdown :setlocal spell spelllang=en
autocmd filetype gitcommit :setlocal spell spelllang=en
augroup end

Expand Down

0 comments on commit 36b201f

Please sign in to comment.