mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-23 17:28:57 +02:00
fix(cmp): no need to setup native snippets with latest cmp
This commit is contained in:
parent
c264253d8f
commit
57a31c3920
1 changed files with 0 additions and 5 deletions
|
@ -112,11 +112,6 @@ return {
|
||||||
{ "garymjr/nvim-snippets", opts = { friendly_snippets = true } },
|
{ "garymjr/nvim-snippets", opts = { friendly_snippets = true } },
|
||||||
},
|
},
|
||||||
opts = function(_, opts)
|
opts = function(_, opts)
|
||||||
opts.snippet = {
|
|
||||||
expand = function(args)
|
|
||||||
vim.snippet.expand(args.body)
|
|
||||||
end,
|
|
||||||
}
|
|
||||||
table.insert(opts.sources, { name = "snippets" })
|
table.insert(opts.sources, { name = "snippets" })
|
||||||
end,
|
end,
|
||||||
keys = {
|
keys = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue