Set default fold level to all open (useful for Neorg)

This commit is contained in:
Evie Litherland-Smith 2023-05-22 08:39:41 +01:00
parent e236c0ae89
commit 44f152de71

View file

@ -52,6 +52,7 @@ vim.opt.listchars = { lead = ".", trail = ".", tab = ">-" }
vim.opt.list = true vim.opt.list = true
vim.opt.splitbelow = true vim.opt.splitbelow = true
vim.opt.splitright = true vim.opt.splitright = true
vim.opt.foldlevelstart = 99
-- Global -- Global
vim.g.loaded_perl_provider = 0 vim.g.loaded_perl_provider = 0