Set default fold level #1635
Replies: 2 comments
-
not sure if this is related, but every time i open |
Beta Was this translation helpful? Give feedback.
-
Hi @DonnieWest! vim.cmd [[
autocmd FileType NeogitStatus,NeogitPopup lua vim.opt_local.spell = false; vim.opt_local.list = false; vim.opt_local.foldlevel = 1000
]] |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'd appreciate being able to set a default fold level. A ton of my flow end up expanding all of the folds by default. It might also be possible to read VIM's native foldlevel value initially
This is possibly related to #10
Beta Was this translation helpful? Give feedback.
All reactions