Skip to content

Commit

Permalink
Merge pull request square#137 from morenoh149/patch-1
Browse files Browse the repository at this point in the history
enable spellcheck on markdown files
  • Loading branch information
eventualbuddha committed Mar 12, 2014
2 parents 5c895f0 + 00991e9 commit f491167
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 f491167

Please sign in to comment.