mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-21 16:39:06 +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 } },
|
||||
},
|
||||
opts = function(_, opts)
|
||||
opts.snippet = {
|
||||
expand = function(args)
|
||||
vim.snippet.expand(args.body)
|
||||
end,
|
||||
}
|
||||
table.insert(opts.sources, { name = "snippets" })
|
||||
end,
|
||||
keys = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue