From 5e258c3d19ab2da80a16fb3baae3d889587b66c9 Mon Sep 17 00:00:00 2001 From: fm39hz-workstation Date: Mon, 27 May 2024 08:33:08 +0700 Subject: [PATCH] chore: disable unused theme --- lua/plugins/override.lua | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/lua/plugins/override.lua b/lua/plugins/override.lua index d4757b5..1cf0e01 100644 --- a/lua/plugins/override.lua +++ b/lua/plugins/override.lua @@ -16,6 +16,14 @@ local logo = [[ ░ ░ ░ ░ ░ ░ ░ ░ ░ ]] return { + { + "catppuccin/nvim", + enabled = false, + }, + { + "folke/tokyonight.nvim", + enabled = false, + }, { "LazyVim/LazyVim", opts = {