update:nvim

This commit is contained in:
Dich
2025-05-29 18:30:15 +08:00
parent 7275207168
commit afd114b50e

View File

@ -0,0 +1,18 @@
-- ~/.config/nvim/lua/plugins/dashboard.lua
return {
"folke/snacks.nvim",
opts = {
dashboard = {
preset = {
header = [[
███╗ ██╗███████╗ ██████╗ ██╗ ██╗██╗███╗ ███╗
████╗ ██║██╔════╝██╔═══██╗██║ ██║██║████╗ ████║
██╔██╗ ██║█████╗ ██║ ██║██║ ██║██║██╔████╔██║
██║╚██╗██║██╔══╝ ██║ ██║╚██╗ ██╔╝██║██║╚██╔╝██║
██║ ╚████║███████╗╚██████╔╝ ╚████╔╝ ██║██║ ╚═╝ ██║
╚═╝ ╚═══╝╚══════╝ ╚═════╝ ╚═══╝ ╚═╝╚═╝ ╚═╝
]],
},
},
},
}