Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Disabling highlighting entirely #148

Open
ELLIOTTCABLE opened this issue Jul 31, 2016 · 1 comment
Open

Disabling highlighting entirely #148

ELLIOTTCABLE opened this issue Jul 31, 2016 · 1 comment

Comments

@ELLIOTTCABLE
Copy link

So, I'm a little confused by the documentation:

:let g:easytags_auto_highlight = 0

This disables all automatic tags highlighting (regardless of how it was enabled) where automatic means ‘initiated by a Vim automatic command.’

Does this mean that :let g:easytags_auto_highlight = 0 will result in vim-easytags acting exclusively as an auto-tagsfile-regenerator? Because that's all I want out of this plugin; I use color_coded for my semantic highlighting!

(Also, there's a typo in that last sentence. Consider this a docbug! :P)

@mbrunnen
Copy link

It's not supported globally, but for each buffer separetely.
Just put

autocmd BufRead * let b:easytags_nohl=''

in your vimrc.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants