diff options
| author | Gregory Anders <8965202+gpanders@users.noreply.github.com> | 2024-05-06 08:14:04 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-06 08:14:04 -0500 |
| commit | 97762065bf7e1ac617d0a8710eb7ec2d656287a9 (patch) | |
| tree | cf87f170360c70d9c294d48860ee3dae5def70a8 | |
| parent | docs: update server_configurations.md (diff) | |
| download | nvim-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.md | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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()` |
