From 62c9ccc4ef4a036ff6b4195aa0f06e897fa73f0b Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Fri, 28 Apr 2023 10:44:34 +0000 Subject: [PATCH] deploy: c1d3f37a3c85e8fc40a948db24e262cd1753d23d --- options.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/options.html b/options.html index a9cc763..5354835 100644 --- a/options.html +++ b/options.html @@ -837,6 +837,12 @@ https://www.reddit.com/r/neovim/comments/orfpcd/question_does_the_c_parser_from_ <neovim-flake/modules/terminal/toggleterm/toggleterm.nix>
vim.terminal.toggleterm.direction

Direction of the terminal

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

Default: "horizontal"

Declared by:

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

Whether to enable 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.37.0>

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>
vim.theme.enable

Enable theming

Type: boolean

Declared by:

<neovim-flake/modules/theme/theme.nix>
vim.theme.extraConfig

Additional lua configuration to add before setup

Type: strings concatenated with "\n"

Declared by: