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
|
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 = {
|
||||||
|
|||||||
Reference in New Issue
Block a user