Start with all folds unfolded
This commit is contained in:
parent
5ac5a0d9c4
commit
e838358091
|
@ -61,3 +61,6 @@ vim.o.scrolloff = 10
|
||||||
-- Highlight tabs and trailing whitespace
|
-- Highlight tabs and trailing whitespace
|
||||||
vim.o.listchars = "trail:~,tab:¦⁃,nbsp:␣"
|
vim.o.listchars = "trail:~,tab:¦⁃,nbsp:␣"
|
||||||
vim.o.list = true
|
vim.o.list = true
|
||||||
|
|
||||||
|
-- Fold settings
|
||||||
|
vim.o.foldlevelstart = 99
|
||||||
|
|
Loading…
Reference in New Issue
Block a user