Fixing again

This commit is contained in:
2023-07-13 09:04:06 +02:00
parent a8dbd07725
commit b5e0dee2cb

View File

@@ -1,4 +1,4 @@
local staus, dashboard = pcall(require, "dashboard") local staus, db = pcall(require, "dashboard")
if not staus then if not staus then
return return
end end
@@ -11,7 +11,7 @@ local plugins_count = vim.fn.len(startDir) + vim.fn.len(optDir)
local time = vim.fn.strftime("%H:%M:%S") local time = vim.fn.strftime("%H:%M:%S")
local date = vim.fn.strftime("%d.%m.%Y") local date = vim.fn.strftime("%d.%m.%Y")
dashboard.setup({ db.setup({
theme = "doom", theme = "doom",
config = { config = {
header = { header = {