From 15b386aef6f0afa8b05ec770719c94988402a280 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Mon, 10 Mar 2025 08:57:43 +0000 Subject: [PATCH] Deploy PR #699 preview --- docs-preview-699/options.html | 74 ++++++++++++++++++++++++++++++++++- 1 file changed, 73 insertions(+), 1 deletion(-) diff --git a/docs-preview-699/options.html b/docs-preview-699/options.html index 1b528e49..48b86726 100644 --- a/docs-preview-699/options.html +++ b/docs-preview-699/options.html @@ -3145,7 +3145,7 @@ boolean

-

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 @@ boolean

Example: 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: