maybe this time fold is fixed
This commit is contained in:
parent
8650a4e966
commit
108d4d4fef
1 changed files with 3 additions and 1 deletions
4
init.lua
4
init.lua
|
@ -63,7 +63,9 @@ vim.opt.wildmode = 'longest:full,full' -- Command-line completion mode
|
|||
-- Folds
|
||||
-- ===
|
||||
|
||||
vim.opt.foldlevel = 10 -- start with all folds open
|
||||
vim.opt.foldlevelstart = 60
|
||||
vim.opt.foldlevel = 60
|
||||
vim.opt.foldminlines = 5
|
||||
|
||||
-- Editor UI
|
||||
-- ===
|
||||
|
|
Loading…
Add table
Reference in a new issue