From 027d6bc2e896d453153f48a8c15db2a627698dc8 Mon Sep 17 00:00:00 2001 From: Folke Lemaitre Date: Tue, 21 May 2024 20:26:30 +0200 Subject: [PATCH] fix(snippets): my nvim-snippets PR is merged, so remove work-around. That was quick :) --- lua/lazyvim/plugins/coding.lua | 3 --- 1 file changed, 3 deletions(-) diff --git a/lua/lazyvim/plugins/coding.lua b/lua/lazyvim/plugins/coding.lua index 1634f551..659a28ab 100644 --- a/lua/lazyvim/plugins/coding.lua +++ b/lua/lazyvim/plugins/coding.lua @@ -101,9 +101,6 @@ 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" },