feat: rofi plugins

This commit is contained in:
DACHXY 2025-01-16 21:06:10 +08:00
parent 26e0aed70e
commit 5a383e7aad
18 changed files with 139 additions and 113 deletions

View file

@ -0,0 +1,20 @@
return {
{
"goolord/alpha-nvim",
opts = function()
local dashboard = require("alpha.themes.dashboard")
local logo = [[
]]
dashboard.section.header.val = vim.split(logo, "\n")
end,
},
}