feat: add filetypes configuration

This commit is contained in:
Devin Haska 2025-05-27 11:54:48 -07:00
parent 7a1351277e
commit cb71c887d7
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",
},
})