diff --git a/options.html b/options.html index a9cc763f..53548359 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:
|