mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-21 16:39:06 +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",
|
||||
opts = {
|
||||
friendly_snippets = true,
|
||||
global_snippets = { "all", "global" },
|
||||
},
|
||||
dependencies = { "rafamadriz/friendly-snippets" },
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue