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

[Feature] Blacklist symbols according to filetype/LSP server #205

Open pidgeon777 opened 1 year ago

pidgeon777 commented 1 year ago

Actually, it is possible to ignore symbols kinds thanks to the symbol_blacklist, which applies globally, to every LSP server and buffer file type.

It would be nice to update this option so that it is possible to blacklist a set of symbols only for certain LSP servers, or file types, as already implemented in aerial.nvim.