Skip to content

Commit

Permalink
enable spellcheck on markdown files
Browse files Browse the repository at this point in the history
added an autocommand that performs spellcheck on markdown files
  • Loading branch information
morenoh149 committed Mar 6, 2014
1 parent 5c895f0 commit 00991e9
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 @@ -92,6 +92,7 @@ endif
autocmd BufRead,BufNewFile *.fdoc set filetype=yaml
" md is markdown
autocmd BufRead,BufNewFile *.md set filetype=markdown
autocmd BufRead,BufNewFile *.md set spell
" extra rails.vim help
autocmd User Rails silent! Rnavcommand decorator app/decorators -glob=**/* -suffix=_decorator.rb
autocmd User Rails silent! Rnavcommand observer app/observers -glob=**/* -suffix=_observer.rb
Expand Down

0 comments on commit 00991e9

Please sign in to comment.