feat: add filetypes configuration

This commit is contained in:
Devin Haska 2024-06-07 10:33:46 -07:00
parent 2f99d9a9af
commit cd40137444
No known key found for this signature in database
2 changed files with 6 additions and 0 deletions

5
lua/filetypes.lua Normal file
View file

@ -0,0 +1,5 @@
vim.filetype.add({
extension = {
njk = "html",
},
})