config/.vim/plugin/filetype.vim
2015-06-30 15:43:15 +02:00

10 lines
205 B
VimL

augroup filetypedetect
au BufNewFile,BufRead .tmux.conf*,tmux.conf* setf tmux
augroup END
augroup filetypedetect
" Mail
autocmd BufRead,BufNewFile *mutt-* setfiletype mail
augroup END