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.
For me, linking highlight groups like shown in the README does not work:
With this configuration, Neovim shows a prompt at startup
Press ENTER or type command to continueand then continues to work normally. The highlight links are not applied.Can somebody confirm? Otherwise I will try to provide more info.