nvim: re-enable code folding
This commit is contained in:
parent
105049615e
commit
88a34f388d
@ -153,6 +153,6 @@ require'nvim-treesitter.configs'.setup {
|
||||
EOF
|
||||
|
||||
" Code folding
|
||||
"set foldmethod=expr
|
||||
set foldmethod=expr
|
||||
set foldexpr=nvim_treesitter#foldexpr()
|
||||
"autocmd BufEnter * normal zR
|
||||
|
Loading…
Reference in New Issue
Block a user