mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-22 08:53:33 +02:00
fix(snippets): my nvim-snippets PR is merged, so remove work-around. That was quick :)
This commit is contained in:
parent
cb1e1b9c82
commit
027d6bc2e8
1 changed files with 0 additions and 3 deletions
|
@ -101,9 +101,6 @@ 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