- added html configuration

- removed old plugins
This commit is contained in:
2025-06-26 03:42:56 -05:00
parent cc3fb9dc2e
commit ef195cc6d9
3 changed files with 9 additions and 15 deletions
+1 -1
View File
@@ -396,7 +396,7 @@ end
function M.luasnip()
local luasnip = require("luasnip")
luasnip.filetype_extend("htmldjango", { "html" })
--luasnip.filetype_extend("htmldjango", { "html" })
luasnip.filetype_extend("templ", { "html" })
luasnip.filetype_extend("handlebars", { "html" })
require("luasnip.loaders.from_snipmate").lazy_load()