nvim_context_vt
nvim_context_vt copied to clipboard
Add blacklist option
Currently the easiest way to add custom filtering of nodes is to either hook into the validator or the virtual text parser.
It would be nice to have the option to have the option blacklist_targets via the setup() method as an alternative that just provides a table for simplicity.