mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
nvim: use nvim-origami instead of nvim-ufo
This commit is contained in:
parent
bc5fbf0d0c
commit
a43ebd9b19
4 changed files with 4 additions and 48 deletions
|
|
@ -42,11 +42,11 @@ local plugins = {
|
|||
config = function() require("leap").add_default_mappings() end,
|
||||
},
|
||||
|
||||
-- TODO: find a simpler alternative
|
||||
-- Folding
|
||||
{
|
||||
"kevinhwang91/nvim-ufo",
|
||||
dependencies = "kevinhwang91/promise-async",
|
||||
"chrisgrieser/nvim-origami",
|
||||
event = "VeryLazy",
|
||||
opts = {}, -- needed even when using default config
|
||||
},
|
||||
|
||||
-- -- Generate `.gitignore`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue