feat: migrate nvim plugins to snacks.nvim

This commit is contained in:
DACHXY 2025-02-20 20:48:30 +08:00
parent b66238c0c4
commit 089ac4e7fd
4 changed files with 39 additions and 53 deletions

View file

@ -0,0 +1,37 @@
return {
{
"folke/snacks.nvim",
opts = {
explorer = {
enabled = true,
},
image = { enabled = true },
picker = {
enabled = true,
sources = {
explorer = {
layout = { layout = { position = "right" } },
},
},
},
notifier = { enabled = true },
dashboard = {
enabled = true,
width = 60,
row = nil,
col = nil,
preset = {
header = [[
]],
},
},
},
},
}