Skip to content

Commit

Permalink
refactor(options): revert "foldlevel" to 100
Browse files Browse the repository at this point in the history
  • Loading branch information
linrongbin16 committed Dec 24, 2024
1 parent bb1994b commit ecf0712
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/builtin/options.lua
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ vim.opt.selectmode = "mouse,key"

-- folding
vim.opt.foldenable = true
vim.opt.foldlevel = 5
vim.opt.foldlevel = 100
vim.opt.foldnestmax = 100
vim.opt.foldmethod = "indent"

Expand Down

0 comments on commit ecf0712

Please sign in to comment.