Unfold some folds when the buffer opens

This commit is contained in:
Mike Yockey
2025-12-03 16:53:53 -05:00
parent 6e5b24d024
commit 6baa448cce

View File

@@ -16,5 +16,6 @@ return {
vim.cmd('autocmd FileType ruby setlocal indentkeys-=.')
vim.opt.foldmethod = 'expr'
vim.opt.foldexpr = 'nvim_treesitter#foldexpr()'
vim.opt.foldlevelstart = 4
end,
}