simrat39 / symbols-outline.nvim

A tree like view for symbols in Neovim using the Language Server Protocol. Supports all your favourite languages.
MIT License
1.85k stars 100 forks source link

[request] Toggle fold #194

Open diegoulloao opened 1 year ago

diegoulloao commented 1 year ago

Why there are fold and unfold keymaps instead of just toggle the fold using one keymap? Otherwise, it would be good to add the possibility for fold/unfold (toggle) as a new entry in the keymap table.

sadtab commented 1 year ago

I have the same opinion here

y1ca1 commented 1 year ago

Same, please

hedyhli commented 11 months ago

Hi, for the time being (where simrat39 is not very active) I'm maintaining a fork where I've implemented this feature and merged some other PRs -- see the default keymap for toggling folds in the readme.

Also do note on the fork status in the readme, feel free to try it if you really want this feature but proceed with caution :)