From cb1e1b9c82b405fa277f1869cd04dcd9c4507412 Mon Sep 17 00:00:00 2001 From: Folke Lemaitre Date: Tue, 21 May 2024 20:18:20 +0200 Subject: [PATCH] fix(snippets): fixes custom snippets. use my branch till nvim-snippets PR is merged. Fixes #3240 --- lua/lazyvim/plugins/coding.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lua/lazyvim/plugins/coding.lua b/lua/lazyvim/plugins/coding.lua index 659a28ab..1634f551 100644 --- a/lua/lazyvim/plugins/coding.lua +++ b/lua/lazyvim/plugins/coding.lua @@ -101,6 +101,9 @@ return { dependencies = { { "garymjr/nvim-snippets", + -- Use my branch till PR is merged. + -- https://github.com/garymjr/nvim-snippets/pull/10 + url = "https://github.com/folke/nvim-snippets", opts = { friendly_snippets = true, global_snippets = { "all", "global" },