diff --git a/options.html b/options.html index f380f7f2..9b73af11 100644 --- a/options.html +++ b/options.html @@ -1101,7 +1101,7 @@ This is a python package with debugpy installed, see https://nixos.wiki/wiki/Pyt <neovim-flake/modules/lsp/lspsaga/lspsaga.nix>
vim.lsp.lspsaga.mappings.showLineDiagnosticsShow line diagnostics [LSPSaga]
Type: null or string
Default: "<leader>ll"
Declared by:
<neovim-flake/modules/lsp/lspsaga/lspsaga.nix>
- |
vim.lsp.lspsaga.mappings.signatureHelpSignature help [LSPSaga]
Type: null or string
Default: "<ledaer>ls"
Declared by:
+ |
vim.lsp.lspsaga.mappings.signatureHelpSignature help [LSPSaga]
Type: null or string
Default: "<leader>ls"
Declared by:
<neovim-flake/modules/lsp/lspsaga/lspsaga.nix>
|
vim.lsp.lspsaga.mappings.smartScrollDownSmart scroll up [LSPSaga]
Type: null or string
Default: "<C-b>"
Declared by:
<neovim-flake/modules/lsp/lspsaga/lspsaga.nix>
@@ -2114,7 +2114,29 @@ use the |
vim.utility.motion.leap.mappings.leapFromWindowLeap from window
Type: null or string
Default: "gs"
Declared by:
<neovim-flake/modules/utility/motion/leap/leap.nix>
- |
vim.utility.surround.enableWhether to enable nvim-surround: add/change/delete surrounding delimiter pairs with ease.
Type: boolean
Default: false
Example: true
Declared by:
+ |
vim.utility.surround.enablenvim-surround: add/change/delete surrounding delimiter pairs with ease. Note that the default mappings deviate from upstreeam to avoid conflicts with nvim-leap.
Type: boolean
Default: false
Declared by:
+ <neovim-flake/modules/utility/surround/surround.nix>
+ |
vim.utility.surround.mappings.changeChange surrounding character
Type: null or string
Default: "gzr"
Declared by:
+ <neovim-flake/modules/utility/surround/surround.nix>
+ |
vim.utility.surround.mappings.deleteDelete surrounding character
Type: null or string
Default: "gzd"
Declared by:
+ <neovim-flake/modules/utility/surround/surround.nix>
+ |
vim.utility.surround.mappings.insertAdd surround character around the cursor
Type: null or string
Default: "<C-g>z"
Declared by:
+ <neovim-flake/modules/utility/surround/surround.nix>
+ |
vim.utility.surround.mappings.insertLineAdd surround character around the cursor on new lines
Type: null or string
Default: "<C-g>Z"
Declared by:
+ <neovim-flake/modules/utility/surround/surround.nix>
+ |
vim.utility.surround.mappings.normalSurround motion with character
Type: null or string
Default: "gz"
Declared by:
+ <neovim-flake/modules/utility/surround/surround.nix>
+ |
vim.utility.surround.mappings.normalCurSurround motion with character on new lines
Type: null or string
Default: "gZ"
Declared by:
+ <neovim-flake/modules/utility/surround/surround.nix>
+ |
vim.utility.surround.mappings.normalCurLineSurround line with character on new lines
Type: null or string
Default: "gZZ"
Declared by:
+ <neovim-flake/modules/utility/surround/surround.nix>
+ |
vim.utility.surround.mappings.normalLineSurround line with character
Type: null or string
Default: "gzz"
Declared by:
+ <neovim-flake/modules/utility/surround/surround.nix>
+ |
vim.utility.surround.mappings.visualSurround selection with character
Type: null or string
Default: "gz"
Declared by:
+ <neovim-flake/modules/utility/surround/surround.nix>
+ |
vim.utility.surround.mappings.visualLineSurround selection with character on new lines
Type: null or string
Default: "gZ"
Declared by:
+ <neovim-flake/modules/utility/surround/surround.nix>
+ |
vim.utility.surround.useVendoredKeybindingsUse alternative set of keybindings that avoids conflicts with other popular plugins, e.g. nvim-leap
Type: boolean
Default: true
Declared by:
<neovim-flake/modules/utility/surround/surround.nix>
|
vim.utility.vim-wakatime.enableWhether to enable vim-wakatime: live code statistics.
Type: boolean
Default: false
Example: true
Declared by: