feat: add custom treesitter and shfmt

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2023-07-11 16:23:22 +02:00
parent ff018a06c3
commit c430e927b8
3 changed files with 34 additions and 26 deletions

View File

@@ -17,6 +17,13 @@ return {
}
vim.treesitter.language.register('xml', 'html')
vim.filetype.add({
extension = {
xml = "html"
}
})
-- https://neovim.io/doc/user/lua.html#vim.filetype.add()
-- Search for vim.filetype.add
vim.filetype.add({