fix(cmp): no need to setup native snippets with latest cmp

This commit is contained in:
Folke Lemaitre
2024-05-19 21:24:23 +02:00
parent c264253d8f
commit 57a31c3920

View File

@ -112,11 +112,6 @@ return {
{ "garymjr/nvim-snippets", opts = { friendly_snippets = true } },
},
opts = function(_, opts)
opts.snippet = {
expand = function(args)
vim.snippet.expand(args.body)
end,
}
table.insert(opts.sources, { name = "snippets" })
end,
keys = {