AutoYADM commit: 2024-12-04 18:10:03

This commit is contained in:
Daniel Fichtinger 2024-12-04 18:10:03 -05:00
parent a0720a97d1
commit 02ca526c0d
2 changed files with 94 additions and 141 deletions

View file

@ -49,15 +49,7 @@ return {
YMMMUP^
^^
]],
-- header = [[
-- ███╗ ██╗███████╗ ██████╗ ██╗ ██╗██╗███╗ ███╗
-- ████╗ ██║██╔════╝██╔═══██╗██║ ██║██║████╗ ████║
-- ██╔██╗ ██║█████╗ ██║ ██║██║ ██║██║██╔████╔██║
-- ██║╚██╗██║██╔══╝ ██║ ██║╚██╗ ██╔╝██║██║╚██╔╝██║
-- ██║ ╚████║███████╗╚██████╔╝ ╚████╔╝ ██║██║ ╚═╝ ██║
-- ╚═╝ ╚═══╝╚══════╝ ╚═════╝ ╚═══╝ ╚═╝╚═╝ ╚═╝]],
-- },
},
-- item field formatters
formats = {
icon = function(item)
@ -91,33 +83,3 @@ YMMMUP^
},
},
}
-- return {
-- "folke/snacks.nvim",
-- opts = {
-- dashboard = {
-- preset = {
-- header = [[
-- ██╗ █████╗ ███████╗██╗ ██╗██╗ ██╗██╗███╗ ███╗ Z
-- ██║ ██╔══██╗╚══███╔╝╚██╗ ██╔╝██║ ██║██║████╗ ████║ Z
-- ██║ XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX█╔████╔██║ z
-- ██║ ██╔══██║ ███╔╝ ╚██╔╝ ╚██╗ ██╔╝██║██║╚██╔╝██║ z
-- ███████╗██║ ██║███████╗ ██║ ╚████╔╝ ██║██║ ╚═╝ ██║
-- ╚══════╝╚═╝ ╚═╝╚══════╝ ╚═╝ ╚═══╝ ╚═╝╚═╝ ╚═╝
-- ]],
-- -- stylua: ignore
-- ---@type snacks.dashboard.Item[]
-- keys = {
-- { icon = " ", key = "f", desc = "Find File", action = ":lua Snacks.dashboard.pick('files')" },
-- { icon = " ", key = "n", desc = "New File", action = ":ene | startinsert" },
-- { icon = " ", key = "g", desc = "Find Text", action = ":lua Snacks.dashboard.pick('live_grep')" },
-- { icon = " ", key = "r", desc = "Recent Files", action = ":lua Snacks.dashboard.pick('oldfiles')" },
-- { icon = " ", key = "c", desc = "Config", action = ":lua Snacks.dashboard.pick('files', {cwd = vim.fn.stdpath('config')})" },
-- { icon = " ", key = "s", desc = "Restore Session", section = "session" },
-- { icon = " ", key = "x", desc = "Lazy Extras", action = ":LazyExtras" },
-- { icon = "󰒲 ", key = "l", desc = "Lazy", action = ":Lazy" },
-- { icon = " ", key = "q", desc = "Quit", action = ":qa" },
-- },
-- },
-- },
-- },
-- }