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:
parent
b770e48da0
commit
fbcda4b50b
1 changed files with 3 additions and 1 deletions
|
@ -64,7 +64,9 @@ return {
|
||||||
{
|
{
|
||||||
"rafamadriz/friendly-snippets",
|
"rafamadriz/friendly-snippets",
|
||||||
config = function()
|
config = function()
|
||||||
require("luasnip.loaders.from_vscode").lazy_load()
|
require("luasnip.loaders.from_vscode").lazy_load({
|
||||||
|
exclude = { "html" },
|
||||||
|
})
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue