fix(snippets): fixes custom snippets. use my branch till nvim-snippets PR is merged. Fixes #3240
This commit is contained in:
@ -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" },
|
||||
|
Reference in New Issue
Block a user