Files
SoloVim/lua/plugins/origami.lua
2025-12-31 00:51:09 +02:00

11 lines
155 B
Lua

return {
"chrisgrieser/nvim-origami",
event = "VeryLazy",
init = function()
vim.opt.foldlevel = 99
vim.opt.foldlevelstart = 99
end,
opts = {},
}