joequery / Stupid-EasyMotion

A dumbed down version of EasyMotion that aids navigation on the current line
22 stars 4 forks source link

Highlighting in LaTeX Files with base16 colors #5

Open raleng opened 8 years ago

raleng commented 8 years ago

I just changed my vim colorscheme to base16 and noticed that the target key highlighting doesn't work anymore in LaTeX files. The movement to the target keys works, but the line either simply keeps it syntax highlighted colors and the target keys have the same color of the respective word, or the word is colored white (happens with options of LaTeX commands) and the target key is white, too.

This happens only in LaTeX files; C, Matlab, generic log/text files all work well. I do use the vimtex plugin, in case that's relevant.

For base16, I use the Plugin via vundle ('chriskempson/base16-vim') and the two commands in my .vimrc

let base16colorspace=256
colorscheme base16-default

If I uncomment the colorscheme line, everything works as expected. Same is obviously true for removing the vundle base16 plugin completely.

Any idea how to remedy this? Cheers!

joequery commented 8 years ago

Interesting! Thanks for the issue.