Replies: 1 comment 1 reply
-
Hmm... I am going to go with "decisively disagree". For three reasons:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What do you think about using the
hl-CursorLine
as the default highlight group? This gives a much better contrast than{ underline = true }
and hopefully works more universally. CursorLine is also a more intuitive highlight group for CursorWord, since the same highlight is applied to a single word instead of a line :)The one disadvantage is if the user has enabled
cursorline
, words won't look highlighted on the same line. But similar issues are preset with{ underline = true }
as well.vim.diagnostic.config()
, for instance, has an underline option. So, a conflict in certain situations is unavoidable.Beta Was this translation helpful? Give feedback.
All reactions