preservim / vim-wordy

Uncover usage problems in your writing
Other
716 stars 23 forks source link

Highlight colour #22

Open sadger opened 8 years ago

sadger commented 8 years ago

Is there a possible configuration option to make the Wordy word highlighted in a different colour from misspelled words, it would be nice to distinguish between them. I think it might be using the misspell highlight group currently as even when I change the spell highlight colour the Wordy words become the same.

reedes commented 8 years ago

It is using the misspelled words highlight group, as it's using that mechanism to find them.

See https://github.com/reedes/vim-wordy/issues/21 for more details on the desire to use SpellRare highlight group.