-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
8 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6007bed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @olimorris! After this change if I have a word that is normally higlighted in, for instance, blue but happens to be misspelled then it becomes red. Can you simply set the
gui-sp
rather than a fg color as in:so as to respect the original "blue" color but underline/undercurl in red? I think it makes more sense. Thanks!
6007bed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
On a related note: if I indeed set a custom highlight config (in muy
hlgroups
) with simply:then the foreground color of a spelling mistake is still red (rather than only the only curl). Is this a feature or a bug? I would've the user config to take precedence over the global/plugin config.
6007bed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a great spot! Will fix later today
6007bed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
But custom highlight groups should take priority over the theme's. I will look into this too. Needless to say I have loads of custom hl groups in my dot files. Could you open up an issue with your config?
6007bed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe this might be related to the issue I opened in #48