From 31cdca7f12b8985877cd678d90a0395016b7f933 Mon Sep 17 00:00:00 2001 From: Taken Date: Sun, 9 Jul 2023 13:24:13 +0200 Subject: [PATCH] Fixed dashboard plugin --- after/plugin/dashboard.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/after/plugin/dashboard.lua b/after/plugin/dashboard.lua index 3fd3d68..797bab5 100644 --- a/after/plugin/dashboard.lua +++ b/after/plugin/dashboard.lua @@ -1,9 +1,9 @@ -local staus, db = pcall(require, "dashboard") +local staus, dashboard = pcall(require, "dashboard") if not staus then return end -db.setup({ +dashboard.setup({ theme = "doom", config = { header = {