mirror of
https://github.com/kristoferssolo/SoloVim.git
synced 2025-12-31 13:52:30 +00:00
11 lines
155 B
Lua
11 lines
155 B
Lua
return {
|
|
"chrisgrieser/nvim-origami",
|
|
event = "VeryLazy",
|
|
init = function()
|
|
vim.opt.foldlevel = 99
|
|
vim.opt.foldlevelstart = 99
|
|
end,
|
|
|
|
opts = {},
|
|
}
|