-
Hello! I tried using this with return {
"olimorris/onedarkpro.nvim",
priority = 1000, -- Ensure it loads first
enabled = true,
lazy = false,
config = function ()
vim.cmd.colorscheme 'onelight'
end,
} When I open lazy in neovim, the theme is shown in the "disabled" list |
Beta Was this translation helpful? Give feedback.
Answered by
olimorris
Feb 9, 2025
Replies: 2 comments
-
Try changing config to init. Or, don't use either and follow my README example. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
olimorris
-
thanks |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Try changing config to init. Or, don't use either and follow my README example.