From 58520791132a8dc48c9b6faa7a43589c15af187b Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Sat, 21 Dec 2024 05:18:36 +0000 Subject: [PATCH 1/2] deploy: 8bab0497fbcdd3b76fee71f0a4a9b0ebf37e575c --- options.html | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/options.html b/options.html index 47d2dbae..b0f76a6f 100644 --- a/options.html +++ b/options.html @@ -16701,6 +16701,31 @@ null or strings concatenated with “\n”

Default: null

+

Declared by:

+ + +
+ +<nvf/modules/wrapper/lazy/lazy.nix> + +
+ +
+ + vim.lazy.plugins.<name>.beforeSetup + + +
+
+

Lua code to run after the plugin is loaded, but before the setup +function is called.

+ +

Type: +null or strings concatenated with “\n”

+ +

Default: +null

+

Declared by:

From ef00e97be227def606e3fe7da39bc17403063c88 Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Sat, 21 Dec 2024 09:42:10 +0000 Subject: [PATCH 2/2] deploy: ac905b8aed3a1fd03273652447577ada076be0db --- options.html | 153 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 153 insertions(+) diff --git a/options.html b/options.html index b0f76a6f..f18d0991 100644 --- a/options.html +++ b/options.html @@ -13280,6 +13280,159 @@ package

+
+ + vim.languages.odin.enable + + +
+
+

Whether to enable Odin language support.

+ +

Type: +boolean

+ +

Default: +false

+ +

Example: +true

+ +

Declared by:

+ + +
+ +<nvf/modules/plugins/languages/odin.nix> + +
+
+
+ + vim.languages.odin.lsp.enable + + +
+
+

Whether to enable Odin LSP support.

+ +

Type: +boolean

+ +

Default: +false

+ +

Example: +true

+ +

Declared by:

+ + +
+ +<nvf/modules/plugins/languages/odin.nix> + +
+
+
+ + vim.languages.odin.lsp.package + + +
+
+

Ols package, or the command to run as a list of strings

+ +

Type: +package or list of string

+ +

Default: +<derivation ols-0-unstable-2024-10-27>

+ +

Declared by:

+ + +
+ +<nvf/modules/plugins/languages/odin.nix> + +
+
+
+ + vim.languages.odin.lsp.server + + +
+
+

Odin LSP server to use

+ +

Type: +value “ols” (singular enum)

+ +

Default: +"ols"

+ +

Declared by:

+ + +
+ +<nvf/modules/plugins/languages/odin.nix> + +
+
+
+ + vim.languages.odin.treesitter.enable + + +
+
+

Whether to enable Odin treesitter.

+ +

Type: +boolean

+ +

Default: +false

+ +

Example: +true

+ +

Declared by:

+ + +
+ +<nvf/modules/plugins/languages/odin.nix> + +
+
+
+ + vim.languages.odin.treesitter.package + + +
+
+

The odin treesitter package to use.

+ +

Type: +package

+ +

Default: +pkgs.vimPlugins.nvim-treesitter.builtGrammars.odin

+ +

Declared by:

+ + +
+ +<nvf/modules/plugins/languages/odin.nix> + +
+
vim.languages.php.enable