mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
nvim: nvim-origami not working
This commit is contained in:
parent
b3020555af
commit
1791ac1261
1 changed files with 6 additions and 6 deletions
|
|
@ -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`
|
||||||
-- {
|
-- {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue