Files
nvim-config/after/plugin/folding.lua.disable
T
2022-05-18 06:15:59 -05:00

4 lines
98 B
Plaintext

vim.o.foldlevelstart = 10
vim.o.foldmethod = "expr"
vim.o.foldexpr = "nvim_treesitter#foldexpr()"