Skip to content
This repository was archived by the owner on Feb 27, 2023. It is now read-only.
This repository was archived by the owner on Feb 27, 2023. It is now read-only.

Not doing anything #11

@bellini666

Description

@bellini666

Hi,

I'm trying to use this with https://github.com/metalelf0/jellybeans-nvim

I have:

    use({
        "folke/lsp-colors.nvim",
        config = function()
            require("lsp-colors").setup({
                Error = "#902020",
                Warning = "#cf6a4c",
                Information = "#ffb964",
                Hint = "#668799",
            })
        end,
    })

But it doesn't get applied to my colorscheme, even if I manually do :lua require("lsp-colors").fix()

Tried to run :verbose hi LspDiagnostisUnderlineError and it says that that highlight group is not defined.

Btw, I'm running neovim from source, latest commit as of today.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions