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 2024-06-07 10:54:25 -07:00
parent b770e48da0
commit fbcda4b50b
No known key found for this signature in database

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,
},
},