Nvim: add ufo fold plugin
This commit is contained in:
parent
7895e73ce6
commit
7330cf920b
5 changed files with 32 additions and 1 deletions
|
@ -212,6 +212,13 @@ local plugins = {
|
|||
config = require("plugins.dashboard"),
|
||||
dependencies = { { "kyazdani42/nvim-web-devicons" } },
|
||||
},
|
||||
|
||||
-- Better folds
|
||||
{
|
||||
"kevinhwang91/nvim-ufo",
|
||||
dependencies = { "kevinhwang91/promise-async" },
|
||||
config = require("plugins.ufo"),
|
||||
},
|
||||
}
|
||||
|
||||
local lazy_opts = {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue