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
|
if not staus then
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
|
|
||||||
db.setup({
|
dashboard.setup({
|
||||||
theme = "doom",
|
theme = "doom",
|
||||||
config = {
|
config = {
|
||||||
header = {
|
header = {
|
||||||
|
|||||||
Reference in New Issue
Block a user