Fix loading theme
This commit is contained in:
+1
-3
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user