Sander
Sander
> Any reason this isn't also added to [filters/init.lua](https://github.com/nvim-neo-tree/neo-tree.nvim/blob/54b622d02d7cda763d59092e91d481a4a83be22f/lua/neo-tree/sources/common/filters/init.lua#L112-L230)? Was not sure what keymap triggers that function? I've never seen those popups
> I was talking about the [vim helpdoc](https://github.com/nvim-neo-tree/neo-tree.nvim/blob/8c75e8a2949cd6cd35525799200a8d34471ee9eb/doc/neo-tree.txt#L437-L498) as there is a section specifically calling out "custom mappings" which is where this would be used. @miversen33 i've added the docs...
> IIRC `common` is what external sources will fall under. So _any_ external source that doesn't implement the `show_filter` function will be provided that function by neo-tree on source load....
It works great on my machine. Got the same behaviour as the screenshots in the PR description. Not a showstopper IMO, but it would be nice if `marker_start_level = 0`...
found something:   the `indent_size` and the `marker_start_level` looks off when using: `[""] = "next_source"`.
Did you make any more progress? Maybe we should merge it as is?
```lua require("nvim-dap-virtual-text").setup({ -- This just tries to mitigate the chance that I leak tokens here. Probably won't stop it from happening... display_callback = function(variable) local name = string.lower(variable.name) local value...