feat: add additional configuration options to dashboard settings

This commit is contained in:
2024-09-15 07:33:17 -04:00
parent da34d98a1c
commit 04b057a757
7 changed files with 95 additions and 104 deletions
+6 -2
View File
@@ -6,8 +6,12 @@
return { -- Alpha
"goolord/alpha-nvim",
event = "VimEnter",
enabled = true,
opts = require("data").dash.alpha.opts,
enabled = require("data.func").check_global_var(
"dashboard",
"alpha",
"alpha"
),
opts = require("data.dash").alpha.opts,
config = function(_, dashboard)
-- close Lazy and re-open when the dashboard is ready
if vim.o.filetype == "lazy" then