caio.co/de/dotfiles


Use lsp folds when enabled by Caio a year ago (log)

Blob config/nvim/ftplugin/rust.vim

1
2
3
4
" fold via treesitter but start with everthing expanded
setlocal nofoldenable
setlocal foldmethod=expr
setlocal foldexpr=nvim_treesitter#foldexpr()