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