mirror of
https://github.com/kristoferssolo/SoloVim.git
synced 2026-02-04 06:42:05 +00:00
Update 2025-12-31
This commit is contained in:
10
lua/plugins/origami.lua
Normal file
10
lua/plugins/origami.lua
Normal file
@@ -0,0 +1,10 @@
|
||||
return {
|
||||
"chrisgrieser/nvim-origami",
|
||||
event = "VeryLazy",
|
||||
init = function()
|
||||
vim.opt.foldlevel = 99
|
||||
vim.opt.foldlevelstart = 99
|
||||
end,
|
||||
|
||||
opts = {},
|
||||
}
|
||||
Reference in New Issue
Block a user