Start with all folds unfolded
This commit is contained in:
parent
3b9aa845ca
commit
4106e7fdc0
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user