Skip to content

How to change underline style? #182

Answered by mvllow
Marlon-Sbardelatti asked this question in Q&A
Discussion options

You must be logged in to vote

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 },
  }
})

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Marlon-Sbardelatti
Comment options

Answer selected by Marlon-Sbardelatti
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants