aboutsummaryrefslogtreecommitdiffstats
path: root/nvim/filetype.vim
blob: 9b5f5f33ffb3e19f814819e278c993bd128042e1 (plain)
1
2
3
4
5
augroup filetypedetect
  " Mail
  autocmd BufRead,BufNewFile *mutt-*              setfiletype mail
  au BufReadPost PKGBUILD set syntax=PKGBUILD
augroup END