markonm / traces.vim

Range, pattern and substitute preview for Vim
MIT License
735 stars 13 forks source link

Doesn't show preview for visual selection #36

Open aareman opened 4 years ago

aareman commented 4 years ago

I think the highlighting groups are overlapping. It shows the preview of the actual substitution, but not the coloring

vim traces

color theme gruvbox and despacio

Awesome plugin, thank you!

markonm commented 4 years ago

Please post minimal init.vim and neovim version. I could not reproduce behavior from the gif just by installing gruvbox and despacio.

Despacio does use same colors for Search and Visual highlighting groups which can be solved by customizing where TracesSearch hl-group points. However, in the gif, when despacio is active, you are not specifying any range for the substitution that could hinder proper highlighting.