mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-21 16:39:06 +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 = {
|
||||
{
|
||||
"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" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue