mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-23 09:18:51 +02:00
fix(nvim-snippets): no longer needed to set global_snippets
This commit is contained in:
parent
97bdcc1c52
commit
91493588a8
1 changed files with 0 additions and 1 deletions
|
@ -103,7 +103,6 @@ return {
|
||||||
"garymjr/nvim-snippets",
|
"garymjr/nvim-snippets",
|
||||||
opts = {
|
opts = {
|
||||||
friendly_snippets = true,
|
friendly_snippets = true,
|
||||||
global_snippets = { "all", "global" },
|
|
||||||
},
|
},
|
||||||
dependencies = { "rafamadriz/friendly-snippets" },
|
dependencies = { "rafamadriz/friendly-snippets" },
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue