diff --git a/init.lua b/init.lua index 6640d85d..7805dd69 100644 --- a/init.lua +++ b/init.lua @@ -985,6 +985,7 @@ require('lazy').setup({ -- -- Uncomment the following line and add your plugins to `lua/custom/plugins/*.lua` to get going. { import = 'custom.plugins' }, + { import = 'custom.themes' }, -- -- For additional information with loading, sourcing and examples see `:help lazy.nvim-🔌-plugin-spec` -- Or use telescope! diff --git a/lua/custom/plugins/colorscheme.lua b/lua/custom/themes/catpuccin.lua similarity index 100% rename from lua/custom/plugins/colorscheme.lua rename to lua/custom/themes/catpuccin.lua