[vim] Start with all folds open (foldlevel=99)

This commit is contained in:
Eryn Wells 2024-03-06 08:40:06 -08:00
parent ba04ffe644
commit e17117bef4

View file

@ -18,6 +18,9 @@ opt.splitbelow = true
opt.number = true
opt.relativenumber = true
-- Start with ~all folds open.
opt.foldlevel = 99
-- Customize the status bar a bit. Show the ruler, mode, and the command as the
-- last line of the screen.
opt.ruler = true