unblevable / quick-scope

Lightning fast left-right movement in Vim
MIT License
1.43k stars 54 forks source link

highlight not working with vimtex #83

Closed ferdinandyb closed 2 years ago

ferdinandyb commented 2 years ago

The highlighting doesn't turn on in my tex files (I'm using vimtex), although f still works. I tried setting the highlighting priority, but that didn't help. Any ideas on how I could troubleshoot what's going on?

bradford-smith94 commented 2 years ago

I'm not exactly sure. :scriptnames can print you a list of the ordrer in which startup files are sourced. :highlight without other arguments will give a list of all highlight groups and their current values, so you can check for QuickScopePrimary and QuickScopeSecondary in that list to see what values they get.

ferdinandyb commented 2 years ago

I have no idea what has happened, but it works now, so I'm closing the issue.