From 6dfcc47117fe6f7b6eb2d27b8201f9683c843703 Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Tue, 17 Oct 2023 20:44:20 +0000 Subject: [PATCH] deploy: 897493a65f8a3a84fab7229658a9ffa92fa021bc --- options.html | 26 ++++++++++++++++++++++++-- release-notes.html | 2 ++ 2 files changed, 26 insertions(+), 2 deletions(-) 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.language.<lang>.treesitter option <neovim-flake/modules/utility/motion/leap/leap.nix>
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:

<neovim-flake/modules/utility/wakatime/vim-wakatime.nix> diff --git a/release-notes.html b/release-notes.html index 883134c..472a0d9 100644 --- a/release-notes.html +++ b/release-notes.html @@ -223,4 +223,6 @@ Fixed scrollOffset not being used Updated clangd to 16
  • Disabled useSystemClipboard by default +
  • ksonj:

    • +Add support to change mappings to utility/surround
    \ No newline at end of file