fix(snippets): fixes custom snippets. use my branch till nvim-snippets PR is merged. Fixes #3240

This commit is contained in:
Folke Lemaitre
2024-05-21 20:18:20 +02:00
parent d73397c4aa
commit cb1e1b9c82

View File

@ -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" },