diff --git a/options.html b/options.html index b7cf53e..c2051fe 100644 --- a/options.html +++ b/options.html @@ -1169,6 +1169,8 @@ This is a python package with debugpy installed, see https://nixos.wiki/wiki/Pyt <neovim-flake/modules/lsp/module.nix>
vim.lsp.mappings.signatureHelp
Signature help
Type: null or string
Default: "<leader>ls"
Declared by:
<neovim-flake/modules/lsp/module.nix>
+ |
vim.lsp.mappings.toggleFormatOnSave
Toggle format on save
Type: null or string
Default: "<leader>ltf"
Declared by:
+ <neovim-flake/modules/lsp/module.nix>
|
vim.lsp.null-ls.enable
Whether to enable null-ls, also enabled automatically.
Type: boolean
Default: false
Example: true
Declared by:
<neovim-flake/modules/lsp/null-ls/null-ls.nix>
|
vim.lsp.null-ls.sources
null-ls sources
Type: attribute set of string
Default: { }
Declared by:
@@ -2246,7 +2248,7 @@ use the |
vim.visuals.highlight-undo.enable
Whether to enable highlight undo [highlight-undo].
Type: boolean
Default: false
Example: true
Declared by:
<neovim-flake/modules/visuals/visuals.nix>
- |
vim.visuals.highlight-undo.duration
Duration of highlight
Type: signed integer
Default: 200
Declared by:
+ |
vim.visuals.highlight-undo.duration
Duration of highlight
Type: signed integer
Default: 500
Declared by:
<neovim-flake/modules/visuals/visuals.nix>
|
vim.visuals.highlight-undo.highlightForCount
Type: boolean
Default: true
Declared by: