nix-conf/home/config/nvim/lua/plugins/snacks.lua
2025-03-03 11:46:00 +08:00

42 lines
2 KiB
Lua

return {
{
"folke/snacks.nvim",
opts = {
explorer = {
enabled = true,
},
image = {
enabled = true,
math = {
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 = [[
██████████ █████████ █████████ █████ █████ █████ █████ █████ █████
░░███░░░░███ ███░░░░░███ ███░░░░░███░░███ ░░███ ░░███ ░░███ ░░███ ░░███
░███ ░░███ ░███ ░███ ███ ░░░ ░███ ░███ ░░███ ███ ░░███ ███
░███ ░███ ░███████████ ░███ ░███████████ ░░█████ ░░█████
░███ ░███ ░███░░░░░███ ░███ ░███░░░░░███ ███░███ ░░███
░███ ███ ░███ ░███ ░░███ ███ ░███ ░███ ███ ░░███ ░███
██████████ █████ █████ ░░█████████ █████ █████ █████ █████ █████
░░░░░░░░░░ ░░░░░ ░░░░░ ░░░░░░░░░ ░░░░░ ░░░░░ ░░░░░ ░░░░░ ░░░░░]],
},
},
},
},
}