chore:add_diffview

This commit is contained in:
dichgrem
2025-10-21 10:59:44 +08:00
parent a6d8827eff
commit a32a68a24b
4 changed files with 36 additions and 28 deletions

View File

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