nvim: nvim-origami not working

This commit is contained in:
Primrose 2025-06-06 22:52:43 +02:00
parent b3020555af
commit 1791ac1261
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA

View file

@ -42,12 +42,12 @@ local plugins = {
config = function() require("leap").add_default_mappings() end, config = function() require("leap").add_default_mappings() end,
}, },
-- Folding -- -- Folding
{ -- {
"chrisgrieser/nvim-origami", -- "chrisgrieser/nvim-origami",
event = "VeryLazy", -- event = "VeryLazy",
opts = {}, -- needed even when using default config -- opts = {}, -- needed even when using default config
}, -- },
-- -- Generate `.gitignore` -- -- Generate `.gitignore`
-- { -- {