fix: ensure correct logo path assignment in dashboard configuration

This commit is contained in:
2024-09-16 09:46:14 -04:00
parent a1bc76a018
commit a73a24489a
2 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -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]