From 5235cedf6cd84ca9f572a4fe5b199229e9227494 Mon Sep 17 00:00:00 2001 From: MaasOedipa Date: Wed, 29 Oct 2025 12:17:31 +0100 Subject: [PATCH] aaa --- init.lua | 1 + lua/custom/{plugins/colorscheme.lua => themes/catpuccin.lua} | 0 2 files changed, 1 insertion(+) rename lua/custom/{plugins/colorscheme.lua => themes/catpuccin.lua} (100%) 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