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