From d14c89e87325beae15b1cd8cc4fc5f8894506c31 Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Sun, 30 Jul 2023 16:21:52 +0000 Subject: [PATCH] deploy: 32a13428ec1dfc007557fa067acb78bf3e3e7def --- options.html | 26 ++++++++++++++++++-------- 1 file changed, 18 insertions(+), 8 deletions(-) diff --git a/options.html b/options.html index 0e65f22..200f17f 100644 --- a/options.html +++ b/options.html @@ -533,7 +533,7 @@ If you are using a flutter SDK installed from a different source and encounter t <neovim-flake/modules/languages/dart/dart.nix>
vim.languages.dart.lsp.enable

Whether to enable Dart LSP support.

Type: boolean

Default: false

Example: true

Declared by:

<neovim-flake/modules/languages/dart/dart.nix> -
vim.languages.dart.lsp.package

Dart LSP server package

Type: package

Default: <derivation dart-3.0.5>

Declared by:

+
vim.languages.dart.lsp.package

Dart LSP server package

Type: package

Default: <derivation dart-3.0.6>

Declared by:

<neovim-flake/modules/languages/dart/dart.nix>
vim.languages.dart.lsp.opts

Options to pass to Dart LSP server

Type: null or string

Default: null

Declared by:

<neovim-flake/modules/languages/dart/dart.nix> @@ -616,13 +616,13 @@ This is a python package with debugpy installed, see https://nixos.wiki/wiki/Pyt <neovim-flake/modules/languages/python.nix>
vim.languages.python.lsp.enable

Whether to enable Enable Python LSP support.

Type: boolean

Default: false

Example: true

Declared by:

<neovim-flake/modules/languages/python.nix> -
vim.languages.python.lsp.package

python LSP server package

Type: package

Default: <derivation pyright-1.1.316>

Declared by:

+
vim.languages.python.lsp.package

python LSP server package

Type: package

Default: <derivation pyright-1.1.318>

Declared by:

<neovim-flake/modules/languages/python.nix>
vim.languages.python.lsp.server

Python LSP server to use

Type: value "pyright" (singular enum)

Default: "pyright"

Declared by:

<neovim-flake/modules/languages/python.nix>
vim.languages.python.treesitter.enable

Whether to enable Enable Python treesitter.

Type: boolean

Default: false

Example: true

Declared by:

<neovim-flake/modules/languages/python.nix> -
vim.languages.python.treesitter.package

Python treesitter grammar to use

Type: package

Default: <derivation python-grammar-0.0.0+rev=36f9e33>

Declared by:

+
vim.languages.python.treesitter.package

Python treesitter grammar to use

Type: package

Default: <derivation python-grammar-0.0.0+rev=7c8930b>

Declared by:

<neovim-flake/modules/languages/python.nix>
vim.languages.rust.enable

Whether to enable Rust language support.

Type: boolean

Default: false

Example: true

Declared by:

<neovim-flake/modules/languages/rust.nix> @@ -636,7 +636,7 @@ This is a python package with debugpy installed, see https://nixos.wiki/wiki/Pyt <neovim-flake/modules/languages/rust.nix>
vim.languages.rust.lsp.enable

Whether to enable Rust LSP support (rust-analyzer with extra tools).

Type: boolean

Default: false

Example: true

Declared by:

<neovim-flake/modules/languages/rust.nix> -
vim.languages.rust.lsp.package

rust-analyzer package

Type: package

Default: <derivation rust-analyzer-2023-07-03>

Declared by:

+
vim.languages.rust.lsp.package

rust-analyzer package

Type: package

Default: <derivation rust-analyzer-2023-07-17>

Declared by:

<neovim-flake/modules/languages/rust.nix>
vim.languages.rust.lsp.opts

Options to pass to rust analyzer

Type: string

Default: ""

Declared by:

<neovim-flake/modules/languages/rust.nix> @@ -668,7 +668,7 @@ This is a python package with debugpy installed, see https://nixos.wiki/wiki/Pyt <neovim-flake/modules/languages/sql.nix>
vim.languages.sql.treesitter.enable

Whether to enable Enable SQL treesitter.

Type: boolean

Default: false

Example: true

Declared by:

<neovim-flake/modules/languages/sql.nix> -
vim.languages.sql.treesitter.package

SQL treesitter grammar to use

Type: package

Default: <derivation sql-grammar-0.0.0+rev=dd5fe77>

Declared by:

+
vim.languages.sql.treesitter.package

SQL treesitter grammar to use

Type: package

Default: <derivation sql-grammar-0.0.0+rev=9fc30c9>

Declared by:

<neovim-flake/modules/languages/sql.nix>
vim.languages.svelte.enable

Whether to enable Svelte language support.

Type: boolean

Default: false

Example: true

Declared by:

<neovim-flake/modules/languages/svelte.nix> @@ -686,7 +686,7 @@ This is a python package with debugpy installed, see https://nixos.wiki/wiki/Pyt <neovim-flake/modules/languages/svelte.nix>
vim.languages.svelte.lsp.enable

Whether to enable Enable Svelte LSP support.

Type: boolean

Default: false

Example: true

Declared by:

<neovim-flake/modules/languages/svelte.nix> -
vim.languages.svelte.lsp.package

Svelte LSP server package

Type: package

Default: <derivation svelte-language-server-0.15.14>

Declared by:

+
vim.languages.svelte.lsp.package

Svelte LSP server package

Type: package

Default: <derivation svelte-language-server-0.15.16>

Declared by:

<neovim-flake/modules/languages/svelte.nix>
vim.languages.svelte.lsp.server

Svelte LSP server to use

Type: value "svelte" (singular enum)

Default: "svelte"

Declared by:

<neovim-flake/modules/languages/svelte.nix> @@ -720,7 +720,7 @@ This is a python package with debugpy installed, see https://nixos.wiki/wiki/Pyt <neovim-flake/modules/languages/ts.nix>
vim.languages.ts.treesitter.tsPackage

The tsx treesitter package to use.

Type: package

Default: pkgs.vimPlugins.nvim-treesitter.builtGrammars.tsx

Declared by:

<neovim-flake/modules/languages/ts.nix> -
vim.languages.zig.enable

Whether to enable SQL language support.

Type: boolean

Default: false

Example: true

Declared by:

+
vim.languages.zig.enable

Whether to enable Zig language support.

Type: boolean

Default: false

Example: true

Declared by:

<neovim-flake/modules/languages/zig.nix>
vim.languages.zig.lsp.enable

Whether to enable Zig LSP support (zls).

Type: boolean

Default: false

Example: true

Declared by:

<neovim-flake/modules/languages/zig.nix> @@ -784,6 +784,12 @@ This is a python package with debugpy installed, see https://nixos.wiki/wiki/Pyt <neovim-flake/modules/lsp/nvim-code-action-menu/nvim-code-action-menu.nix>
vim.lsp.nvimCodeActionMenu.mappings.open

Open code action menu [nvim-code-action-menu]

Type: null or string

Default: "<leader>ca"

Declared by:

<neovim-flake/modules/lsp/nvim-code-action-menu/nvim-code-action-menu.nix> +
vim.lsp.nvimCodeActionMenu.show.actionKind

Whether to enable Show action kind.

Type: boolean

Default: true

Example: true

Declared by:

+ <neovim-flake/modules/lsp/nvim-code-action-menu/nvim-code-action-menu.nix> +
vim.lsp.nvimCodeActionMenu.show.details

Whether to enable Show details.

Type: boolean

Default: true

Example: true

Declared by:

+ <neovim-flake/modules/lsp/nvim-code-action-menu/nvim-code-action-menu.nix> +
vim.lsp.nvimCodeActionMenu.show.diff

Whether to enable Show diff.

Type: boolean

Default: true

Example: true

Declared by:

+ <neovim-flake/modules/lsp/nvim-code-action-menu/nvim-code-action-menu.nix>
vim.lsp.trouble.enable

Whether to enable Enable trouble diagnostics viewer.

Type: boolean

Default: false

Example: true

Declared by:

<neovim-flake/modules/lsp/trouble/trouble.nix>
vim.lsp.trouble.mappings.documentDiagnostics

Document diagnostics [trouble]

Type: null or string

Default: "<leader>ld"

Declared by:

@@ -1452,7 +1458,7 @@ Thus, it will not be wrapped in `""`.

Type:

vim.terminal.toggleterm.lazygit.enable

Whether to enable LazyGit integration.

Type: boolean

Default: false

Example: true

Declared by:

<neovim-flake/modules/terminal/toggleterm/toggleterm.nix> -
vim.terminal.toggleterm.lazygit.package

The package that should be used for lazygit. Setting it to null will attempt to use lazygit from your PATH

Type: null or package

Default: <derivation lazygit-0.38.2>

Declared by:

+
vim.terminal.toggleterm.lazygit.package

The package that should be used for lazygit. Setting it to null will attempt to use lazygit from your PATH

Type: null or package

Default: <derivation lazygit-0.39.4>

Declared by:

<neovim-flake/modules/terminal/toggleterm/toggleterm.nix>
vim.terminal.toggleterm.lazygit.direction

Direction of the lazygit window

Type: one of "horizontal", "vertical", "tab", "float"

Default: "float"

Declared by:

<neovim-flake/modules/terminal/toggleterm/toggleterm.nix> @@ -1515,6 +1521,10 @@ use the vim.language.<lang>.treesitter option <neovim-flake/modules/ui/borders/borders.nix>
vim.ui.borders.globalStyle

global border style to use

Type: one of "none", "single", "double", "rounded"

Default: "rounded"

Declared by:

<neovim-flake/modules/ui/borders/borders.nix> +
vim.ui.borders.plugins.code-action-menu.enable

Whether to enable whether to enable borders for the code-actions-menu plugin.

Type: boolean

Default: false

Example: true

Declared by:

+ <neovim-flake/modules/ui/borders/borders.nix> +
vim.ui.borders.plugins.code-action-menu.style

border style to use for the code-actions-menu plugin

Type: one of "none", "single", "double", "rounded", "shadow"

Default: "rounded"

Declared by:

+ <neovim-flake/modules/ui/borders/borders.nix>
vim.ui.borders.plugins.lsp-signature.enable

Whether to enable whether to enable borders for the lsp-signature plugin.

Type: boolean

Default: false

Example: true

Declared by:

<neovim-flake/modules/ui/borders/borders.nix>
vim.ui.borders.plugins.lsp-signature.style

border style to use for the lsp-signature plugin

Type: one of "none", "single", "double", "rounded", "shadow"

Default: "rounded"

Declared by: