fix: ensure correct logo path assignment in dashboard configuration
This commit is contained in:
@@ -89,7 +89,7 @@ vim.g.dashboard = "alpha" ---@type string Options: [dashboard]
|
||||
-- ╰───────────────────────────╯
|
||||
|
||||
-- Dashboard logo file
|
||||
vim.g.dash_logo = "logo/neovim.txt" ---@type string Options: [dash logo]
|
||||
vim.g.dash_logo = "neovim.txt" ---@type string Options: [dash logo]
|
||||
-- Dashboard header color
|
||||
vim.g.DashboardHeaderColor = "#88fc9a"---@type string Options: [hex color]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user