Skip to content

make link urls underline not undercurl - #281

Open
JordanShurmer wants to merge 1 commit into
rebelot:masterfrom
JordanShurmer:patch-1
Open

make link urls underline not undercurl#281
JordanShurmer wants to merge 1 commit into
rebelot:masterfrom
JordanShurmer:patch-1

Conversation

@JordanShurmer

Copy link
Copy Markdown

undercurl implies an error or warning, so a plain underline seems more appropriate

undercurl implies an error or warning, so a plain underline seems more appropriate
@pratyushmittal

Copy link
Copy Markdown

The PR looks good to me. Can we get this merged please?

Temporary solution till then (using Lazy):

  {
    'https://github.com/rebelot/kanagawa.nvim',
    opts = {
      undercurl = true,
      overrides = function(colors)
        return {
          ['@string.special.url'] = { underline = true, undercurl = false },
        }
      end,
    },
  }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants