Fixing again
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
local staus, dashboard = pcall(require, "dashboard")
|
||||
local staus, db = pcall(require, "dashboard")
|
||||
if not staus then
|
||||
return
|
||||
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 date = vim.fn.strftime("%d.%m.%Y")
|
||||
|
||||
dashboard.setup({
|
||||
db.setup({
|
||||
theme = "doom",
|
||||
config = {
|
||||
header = {
|
||||
|
||||
Reference in New Issue
Block a user