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
9476c68398
commit
b10d82478f
1 changed files with 3 additions and 1 deletions
|
@ -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,
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue