Replies: 3 comments 1 reply
-
Hi @iton0! Im not super known with lazy but I think you could use them interchangeably, but return {
"catppuccin/nvim",
name = "catppuccin",
priority = 1000,
config = function() vim.cmd("colorscheme catppuccin") end,
} |
Beta Was this translation helpful? Give feedback.
-
The only difference i know of is that config/opts automatically requires the plugin (if you have |
Beta Was this translation helpful? Give feedback.
-
@gu5e, thanks for the info. I decided to go with |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Does it matter if i use config or init for the colorscheme setup? In the lazy.nvim documentation it uses config but in other plugins I see init being used. If it helps with answering, I typically only have one colorscheme plugin.
Beta Was this translation helpful? Give feedback.
All reactions