Fixed dashboard plugin
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user