Update 2025-12-31

This commit is contained in:
2025-12-31 00:51:09 +02:00
parent 3acfb7ee6e
commit 5ba83a4861
10 changed files with 83 additions and 76 deletions

10
lua/plugins/origami.lua Normal file
View File

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