diff options
| author | ache <ache@ache.one> | 2025-05-14 18:25:56 +0200 |
|---|---|---|
| committer | ache <ache@ache.one> | 2025-05-14 18:25:56 +0200 |
| commit | b2ff4ae1561f86f49d8df62111c68faa8187812e (patch) | |
| tree | f30c3804b54d1c651e61b1b91e0bf35548827a16 /lua/ache/plugins/themes/jellybeans.lua | |
| parent | Add a shortcut to show all shortkeys (diff) | |
Add an option to quickly disable any plugin
Diffstat (limited to 'lua/ache/plugins/themes/jellybeans.lua')
| -rw-r--r-- | lua/ache/plugins/themes/jellybeans.lua | 1 |
1 files changed, 1 insertions, 0 deletions
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() |