Skip to content

Linking highlight groups does not work #257

@camoz

Description

@camoz

For me, linking highlight groups like shown in the README does not work:

require('onedark').setup {
  highlights = {
    ["@lsp.type.method"] = { link = "@function" },
    Normal = { link = "ErrorMsg" },
  }
}

With this configuration, Neovim shows a prompt at startup Press ENTER or type command to continue and then continues to work normally. The highlight links are not applied.

Can somebody confirm? Otherwise I will try to provide more info.

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