diff options
author | Christian Segundo | 2025-01-17 22:37:24 +0100 |
---|---|---|
committer | Christian Segundo | 2025-01-17 22:37:24 +0100 |
commit | 1b686946303cb0cc9d7de6c4cc7a715bb6acc8ae (patch) | |
tree | c0bc061af9ae2e7f86b9969573dc72f92f61a76d /lua/plugins/core | |
parent | 08e4967222ed28f5b3c6df469922aaa586d2077b (diff) | |
download | config-1b686946303cb0cc9d7de6c4cc7a715bb6acc8ae.tar.gz |
misc
Diffstat (limited to 'lua/plugins/core')
-rw-r--r-- | lua/plugins/core/theme.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lua/plugins/core/theme.lua b/lua/plugins/core/theme.lua index 9ba1376..6f938ff 100644 --- a/lua/plugins/core/theme.lua +++ b/lua/plugins/core/theme.lua @@ -1,7 +1,6 @@ return { { "catppuccin/nvim", - enabled = true, lazy = false, priority = 1000, name = "catppuccin", |