Files
nvim-config/after/plugin/folding.lua
T
2022-02-20 03:52:11 -06:00

4 lines
103 B
Lua

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