andersevenrud / nvim_context_vt

Virtual text context for neovim treesitter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add blacklist option

andersevenrud opened this issue · 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.