Open all folds by default
This commit is contained in:
parent
5a346cf7ea
commit
903b70b59d
1 changed files with 1 additions and 0 deletions
|
|
@ -20,6 +20,7 @@ vim.o.hidden = true
|
|||
|
||||
-- folding
|
||||
vim.o.foldmethod = 'expr'
|
||||
vim.o.foldlevel = 99
|
||||
vim.o.foldexpr = 'v:lua.vim.treesitter.foldexpr()'
|
||||
|
||||
-- don't open folds when jumping over one with (, {, [[ or [{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue