fix: exclude html snippets

The autotag plugin can handle the majority of these snippets for me, so
I'm happy to omit them so they don't conflict with each other.
This commit is contained in:
Devin Haska 2025-05-27 11:54:48 -07:00
parent 9476c68398
commit b10d82478f

View file

@ -64,7 +64,9 @@ return {
{
"rafamadriz/friendly-snippets",
config = function()
require("luasnip.loaders.from_vscode").lazy_load()
require("luasnip.loaders.from_vscode").lazy_load({
exclude = { "html" },
})
end,
},
},