From 15b386aef6f0afa8b05ec770719c94988402a280 Mon Sep 17 00:00:00 2001
From: GitHub Actions
Whether to enable fast and fully programmable greeter for neovim [alpha.mvim].
+Whether to enable fast and fully programmable greeter for neovim [alpha.nvim].
Type: boolean
@@ -3156,6 +3156,78 @@ booleanExample:
true
Declared by:
+
+
+<nvf/modules/plugins/dashboard/alpha/alpha.nix>
+
+ |
vim.dashboard.alpha.layout
+
+
+Alpha dashboard layout
+ +Type: +list of attribute set of anything
+ +Default:
+[ ]
Declared by:
+
+
+<nvf/modules/plugins/dashboard/alpha/alpha.nix>
+
+ |
vim.dashboard.alpha.opts
+
+
+Optional global options
+ +Type: +attribute set of anything
+ +Default:
+{ }
Declared by:
+
+
+<nvf/modules/plugins/dashboard/alpha/alpha.nix>
+
+ |
vim.dashboard.alpha.theme
+
+
+Alpha default theme to use
+ +Type: +null or one of “dashboard”, “startify”, “theta”
+ +Default:
+"dashboard"
Declared by: