mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-21 16:39:06 +02:00
fix(snippets): make friendly snippets a dep of nvim-snippets
This commit is contained in:
parent
2bae438570
commit
d73397c4aa
1 changed files with 1 additions and 1 deletions
|
@ -99,13 +99,13 @@ return {
|
|||
and {
|
||||
"nvim-cmp",
|
||||
dependencies = {
|
||||
{ "rafamadriz/friendly-snippets" },
|
||||
{
|
||||
"garymjr/nvim-snippets",
|
||||
opts = {
|
||||
friendly_snippets = true,
|
||||
global_snippets = { "all", "global" },
|
||||
},
|
||||
dependencies = { "rafamadriz/friendly-snippets" },
|
||||
},
|
||||
},
|
||||
opts = function(_, opts)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue