Start with all folds unfolded

This commit is contained in:
Dreaded_X 2025-05-26 03:11:06 +02:00
parent 7a13c688d7
commit 380308ceb6
Signed by: Dreaded_X
GPG Key ID: 5A0CBFE3C3377FAA

View File

@ -61,3 +61,6 @@ vim.o.scrolloff = 10
-- Highlight tabs and trailing whitespace
vim.o.listchars = "trail:~,tab:¦⁃,nbsp:␣"
vim.o.list = true
-- Fold settings
vim.o.foldlevelstart = 99