aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGregory Anders <8965202+gpanders@users.noreply.github.com>2024-05-06 08:14:04 -0500
committerGitHub <noreply@github.com>2024-05-06 08:14:04 -0500
commit97762065bf7e1ac617d0a8710eb7ec2d656287a9 (patch)
treecf87f170360c70d9c294d48860ee3dae5def70a8
parentdocs: update server_configurations.md (diff)
downloadnvim-lspconfig-97762065bf7e1ac617d0a8710eb7ec2d656287a9.tar
nvim-lspconfig-97762065bf7e1ac617d0a8710eb7ec2d656287a9.tar.gz
nvim-lspconfig-97762065bf7e1ac617d0a8710eb7ec2d656287a9.tar.bz2
nvim-lspconfig-97762065bf7e1ac617d0a8710eb7ec2d656287a9.tar.lz
nvim-lspconfig-97762065bf7e1ac617d0a8710eb7ec2d656287a9.tar.xz
nvim-lspconfig-97762065bf7e1ac617d0a8710eb7ec2d656287a9.tar.zst
nvim-lspconfig-97762065bf7e1ac617d0a8710eb7ec2d656287a9.zip
docs: update README with default map changes (#3139)
See https://github.com/neovim/neovim/pull/28649.
-rw-r--r--README.md5
1 files changed, 0 insertions, 5 deletions
diff --git a/README.md b/README.md
index 354a7f6e..32c31f5e 100644
--- a/README.md
+++ b/README.md
@@ -53,11 +53,6 @@ Nvim also maps `K` to [`vim.lsp.buf.hover()`][vim.lsp.buf.hover] in Normal mode.
Nvim 0.10 and newer creates the following default maps unconditionally:
-* `crr` in Normal mode maps to `vim.lsp.buf.code_action()`
-* `<C-R>r` and `<C-R><C-R>` in Visual mode map to `vim.lsp.buf.code_action()`
-* `crn` in Normal mode maps to `vim.lsp.buf.rename()`
-* `gr` in Normal mode maps to `vim.lsp.buf.references()`
-* `<C-S>` in Insert mode maps to `vim.lsp.buf.signature_help()`
* `[d` and `]d` map to `vim.diagnostic.goto_prev()` and `vim.diagnostic.goto_next()` (respectively)
* `<C-W>d` maps to `vim.diagnostic.open_float()`