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 = {
|
dependencies = {
|
||||||
{
|
{
|
||||||
"garymjr/nvim-snippets",
|
"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 = {
|
opts = {
|
||||||
friendly_snippets = true,
|
friendly_snippets = true,
|
||||||
global_snippets = { "all", "global" },
|
global_snippets = { "all", "global" },
|
||||||
|
Reference in New Issue
Block a user