diff --git a/options.html b/options.html index f380f7f..9b73af1 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.showLineDiagnostics
Show line diagnostics [LSPSaga]
Type: null or string
Default: "<leader>ll"
Declared by:
<neovim-flake/modules/lsp/lspsaga/lspsaga.nix>
- |
vim.lsp.lspsaga.mappings.signatureHelp
Signature help [LSPSaga]
Type: null or string
Default: "<ledaer>ls"
Declared by:
+ |
vim.lsp.lspsaga.mappings.signatureHelp
Signature help [LSPSaga]
Type: null or string
Default: "<leader>ls"
Declared by:
<neovim-flake/modules/lsp/lspsaga/lspsaga.nix>
|
vim.lsp.lspsaga.mappings.smartScrollDown
Smart 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.leapFromWindow
Leap from window
Type: null or string
Default: "gs"
Declared by:
<neovim-flake/modules/utility/motion/leap/leap.nix>
- |
vim.utility.surround.enable
Whether to enable nvim-surround: add/change/delete surrounding delimiter pairs with ease.
Type: boolean
Default: false
Example: true
Declared by:
+ |
vim.utility.surround.enable
nvim-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.change
Change surrounding character
Type: null or string
Default: "gzr"
Declared by:
+ <neovim-flake/modules/utility/surround/surround.nix>
+ |
vim.utility.surround.mappings.delete
Delete surrounding character
Type: null or string
Default: "gzd"
Declared by:
+ <neovim-flake/modules/utility/surround/surround.nix>
+ |
vim.utility.surround.mappings.insert
Add 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.insertLine
Add 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.normal
Surround motion with character
Type: null or string
Default: "gz"
Declared by:
+ <neovim-flake/modules/utility/surround/surround.nix>
+ |
vim.utility.surround.mappings.normalCur
Surround 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.normalCurLine
Surround 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.normalLine
Surround line with character
Type: null or string
Default: "gzz"
Declared by:
+ <neovim-flake/modules/utility/surround/surround.nix>
+ |
vim.utility.surround.mappings.visual
Surround selection with character
Type: null or string
Default: "gz"
Declared by:
+ <neovim-flake/modules/utility/surround/surround.nix>
+ |
vim.utility.surround.mappings.visualLine
Surround selection with character on new lines
Type: null or string
Default: "gZ"
Declared by:
+ <neovim-flake/modules/utility/surround/surround.nix>
+ |
vim.utility.surround.useVendoredKeybindings
Use 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.enable
Whether to enable vim-wakatime: live code statistics.
Type: boolean
Default: false
Example: true
Declared by: