Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a dividing line #25

Open
LintaoAmons opened this issue Aug 22, 2023 · 1 comment
Open

Add a dividing line #25

LintaoAmons opened this issue Aug 22, 2023 · 1 comment

Comments

@LintaoAmons
Copy link

If it's possible to add a dividing line along with the text

like:
image

@mcauley-penney
Copy link

mcauley-penney commented Oct 21, 2023

This is kind of possible atm by adjusting the default highlight to use underlining, e.g.

{
    "VidocqH/lsp-lens.nvim",
    config = function()
        require 'lsp-lens'.setup({})
        vim.api.nvim_set_hl(0, "LspLens", { underline = true })
    end
} 

If you want to combine the underline highlight with your comment highlight (the default for lsp-lens), you can implement that by getting the comment fg highlight and combining it with underline = true

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

No branches or pull requests

2 participants