diff --git a/options.html b/options.html index 47d2dbae..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 @@ -16701,6 +16854,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: