Skip to content

Setting theme with config.theme does not do anything #296

Description

@4r73m190r0s

README files says that

Themes can be changed in three ways:
Setting config.theme to the desired theme.
...

So I did this in my config using Lazy as package manager:

return {
  {
    "rebelot/kanagawa.nvim",
    enabled = true,
    lazy = false,
    priority = 1000,
    opts = {
      theme = "dragon"
    },
  },
}

But this did not load kanagawa dragon?

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