nvim_context_vt icon indicating copy to clipboard operation
nvim_context_vt copied to clipboard

Add blacklist option

Open andersevenrud opened this issue 3 years ago • 0 comments

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.

andersevenrud avatar Jan 24 '22 23:01 andersevenrud