From b2ff4ae1561f86f49d8df62111c68faa8187812e Mon Sep 17 00:00:00 2001 From: ache Date: Wed, 14 May 2025 18:25:56 +0200 Subject: Add an option to quickly disable any plugin --- lua/ache/plugins/themes/jellybeans.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'lua/ache/plugins/themes/jellybeans.lua') diff --git a/lua/ache/plugins/themes/jellybeans.lua b/lua/ache/plugins/themes/jellybeans.lua index ad67b4e..50973a6 100644 --- a/lua/ache/plugins/themes/jellybeans.lua +++ b/lua/ache/plugins/themes/jellybeans.lua @@ -1,6 +1,7 @@ return { "metalelf0/jellybeans-nvim", lazy = true, + enabled = true, dependencies = { "rktjmp/lush.nvim" }, opts = {}, config = function() -- cgit v1.3-2-g11bf