Fix loading theme

This commit is contained in:
2023-09-25 18:34:29 +02:00
parent 1bbcfe1644
commit 659cb13a3a
+1 -3
View File
@@ -22,9 +22,7 @@ local plugins = {
priority = 1000, priority = 1000,
lazy = false, lazy = false,
name = "catppuccin", name = "catppuccin",
config = function () config = require("plugins.catppuccin"),
require("plugins.catppuccin")
end,
}, },
{ {
"rcarriga/nvim-notify", "rcarriga/nvim-notify",