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

Is there a way to hide variables? #242

Open acidnik opened 10 months ago

acidnik commented 10 months ago

I would like to see only classes/functions, but not variables. I didn't found such an option

hedyhli commented 10 months ago

Hi, thanks for using symbols-outline. Unfortunately simrat indicated that this plugin may be deprecated due to lack of time for maintenance.

You can try out my fork (200+ commits ahead of this repo) which have fixed quite a number of bugs and added a lot more features, including the ability to filter symbols. How to filter symbols is shown with examples in the readme.

Your existing symbols-outline config can also be converted easily with a script, if any.