astro-nvim-v3 - up to date

This commit is contained in:
huyjaky
2024-11-14 20:06:17 +07:00
parent e31b780eea
commit 86b1ec41c3
6 changed files with 56 additions and 46 deletions

View File

@@ -2,11 +2,13 @@
return {
{
"goolord/alpha-nvim",
dependencies = { "echasnovski/mini.icons" },
opts = function(_, opts)
-- customize the dashboard header
opts.section.header.val = require("plugins.configs.ui.alpha")[10]
opts.section.buttons.val = {}
end,
-- config = function() require("alpha").setup(require("alpha.themes.startify").config) end,
},
{
"rebelot/heirline.nvim",
@@ -26,7 +28,7 @@ return {
opts.top_down = false
end,
},
-- Transparent background
{
"xiyaowong/transparent.nvim",