aboutsummaryrefslogblamecommitdiffstatshomepage
path: root/home/.config/nvim/filetype.lua
blob: b13afe00ce132051669ff618fbc9d5212f620085 (plain) (tree)
1
2
3
4
5
6
7





                  
vim.filetype.add({
  extension = {
    eml = "mail",
    inc = "cpp",
    def = "cpp",
  },
})