config/.vim/plugin/filetype.vim

10 lines
205 B
VimL
Raw Normal View History

2009-12-01 14:00:52 +01:00
augroup filetypedetect
au BufNewFile,BufRead .tmux.conf*,tmux.conf* setf tmux
augroup END
augroup filetypedetect
" Mail
autocmd BufRead,BufNewFile *mutt-* setfiletype mail
augroup END