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: