Fixed dashboard plugin

This commit is contained in:
2023-07-09 13:24:13 +02:00
parent 8bc79a1a27
commit 31cdca7f12

View File

@@ -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 = {