fix(nvim-snippets): enable global friendly-snippets. See #3240

This commit is contained in:
Folke Lemaitre
2024-05-21 19:22:41 +02:00
parent 8c94842b4a
commit 55b07dee21

View File

@ -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 = {