How to change underline style? #182
Answered
by
mvllow
Marlon-Sbardelatti
asked this question in
Q&A
-
How can i make this line "static" |
Beta Was this translation helpful? Give feedback.
Answered by
mvllow
Oct 31, 2023
Replies: 1 comment 1 reply
-
Try overriding these groups: require("rose-pine").setup({
highlight_groups = {
DiagnosticUnderlineError = { underline = true, undercurl = false },
DiagnosticUnderlineHint = { underline = true, undercurl = false },
DiagnosticUnderlineInfo = { underline = true, undercurl = false },
DiagnosticUnderlineWarn = { underline = true, undercurl = false },
SpellBad = { underline = true, undercurl = false },
SpellCap = { underline = true, undercurl = false },
SpellLocal = { underline = true, undercurl = false },
SpellRare = { underline = true, undercurl = false },
}
}) |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Marlon-Sbardelatti
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Try overriding these groups: