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