feat: implement snacks dashboard functionality

This commit is contained in:
2024-11-23 14:23:21 -05:00
parent f55f8976ce
commit a3ac43c2cf
2 changed files with 84 additions and 0 deletions
+9
View File
@@ -13,6 +13,15 @@ if vim.g.dash_logo then
end
M.logo = logofile
M.fallback_logo = [[
███╗ ██╗███████╗ ██████╗ ██╗ ██╗██╗███╗ ███╗
████╗ ██║██╔════╝██╔═══██╗██║ ██║██║████╗ ████║
██╔██╗ ██║█████╗ ██║ ██║██║ ██║██║██╔████╔██║
██║╚██╗██║██╔══╝ ██║ ██║╚██╗ ██╔╝██║██║╚██╔╝██║
██║ ╚████║███████╗╚██████╔╝ ╚████╔╝ ██║██║ ╚═╝ ██║
╚═╝ ╚═══╝╚══════╝ ╚═════╝ ╚═══╝ ╚═╝╚═╝ ╚═╝
]]
-- Define dashboard button items in a single table
local dashboard_buttons = {
-- stylua: ignore start