When opening a file with many functions and variables mixed together, it's hard to quickly scan for functions.
Telescope already has ignore_symbols, aerial.nvim has filter_kind, VS Code Outline supports right-click filter by type. neo-tree's document_symbols doesn't have this.
Something like Telescope's API would be great:
document_symbols = {
ignore_symbols = { "Variable", "Field" },
}
Ref: #879 (document_symbols tracking issue)
sth like

When opening a file with many functions and variables mixed together, it's hard to quickly scan for functions.
Telescope already has
ignore_symbols, aerial.nvim hasfilter_kind, VS Code Outline supports right-click filter by type. neo-tree'sdocument_symbolsdoesn't have this.Something like Telescope's API would be great:
Ref: #879 (document_symbols tracking issue)
sth like