astro-nvim-v3 - ft: big update

This commit is contained in:
huyjaky
2024-08-17 16:02:08 +07:00
parent 01642018e6
commit 5b29aaf500
12 changed files with 45 additions and 28 deletions

View File

@@ -4,7 +4,7 @@ return {
"goolord/alpha-nvim",
opts = function(_, opts)
-- customize the dashboard header
opts.section.header.val = require("plugins.configs.ui.alpha")[3]
opts.section.header.val = require("plugins.configs.ui.alpha")[10]
opts.section.buttons.val = {}
end,
},