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?
README files says that
So I did this in my config using Lazy as package manager:
But this did not load kanagawa dragon?