Commit dc6b4de
Changed files (1)
vimrc
@@ -110,6 +110,7 @@ filetype plugin indent on " Turn on filetype plugins (:help filetype-plugin)
if has("autocmd")
au BufNewFile,BufRead *.html set nowrap
au BufNewFile,BufRead *.json set ft=javascript
+ au BufNewFile,BufRead *.muttrc set ft=muttrc
au BufRead,BufNewFile *.{md,markdown,mdown,mkd,mkdn,txt} set ft=markdown
au BufRead,BufNewFile {Gemfile,Rakefile,RakeFile,Vagrantfile,config.ru,*.rake} set ft=ruby
au FocusLost * :w