mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-23 09:18:51 +02:00
fix(snippets): fixes custom snippets. use my branch till nvim-snippets PR is merged. Fixes #3240
This commit is contained in:
parent
d73397c4aa
commit
cb1e1b9c82
1 changed files with 3 additions and 0 deletions
|
@ -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" },
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue