c0r73x / neotags.nvim

Tag highlight in neovim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Disable/enable tags highlighting on the fly

dominikduda opened this issue · comments

Hello,

Would it be possible to enable/disable tags highlighting without restarting nvim? Tag highlighting is awesome but it makes vim deadly slow, I'd love to just enable it when i need.

Or maybe it can be done already?

For the moment you can't clear the highlight. I will check if I can implement a toggle function.

I've added the NeotagsToggle command :)

I completly removed and again installed the plugin and I am getting this error message when calling :NeotagsToggle
image

Did you run :UpdateRemotePlugins ?

After running :UpdateRemotePlugins it works. Thank you very much for your time and effort. :)

Awesome 🍻