fix(snippets): my nvim-snippets PR is merged, so remove work-around. That was quick :)

This commit is contained in:
Folke Lemaitre 2024-05-21 20:26:30 +02:00
parent cb1e1b9c82
commit 027d6bc2e8
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040

View file

@ -101,9 +101,6 @@ 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" },