feat: add filetypes configuration
This commit is contained in:
parent
2f99d9a9af
commit
cd40137444
2 changed files with 6 additions and 0 deletions
5
lua/filetypes.lua
Normal file
5
lua/filetypes.lua
Normal file
|
@ -0,0 +1,5 @@
|
|||
vim.filetype.add({
|
||||
extension = {
|
||||
njk = "html",
|
||||
},
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue