maybe this time fold is fixed

This commit is contained in:
Christoph J. Scherr 2024-07-19 10:20:02 +02:00
parent 8650a4e966
commit 108d4d4fef
1 changed files with 3 additions and 1 deletions

View File

@ -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
-- ===