mirror of
https://github.com/jdhao/nvim-config.git
synced 2025-06-08 14:14:33 +02:00
7 lines
173 B
VimL
7 lines
173 B
VimL
" let the initial folding state be that all folds are closed.
|
|
set foldlevel=0
|
|
|
|
" Use nvim-treesitter for folding
|
|
set foldmethod=expr
|
|
set foldexpr=nvim_treesitter#foldexpr()
|