feat: neovim 0.10.0
parent
48e4a5638e
commit
f5eed0ecee
|
@ -192,6 +192,12 @@
|
|||
course :D
|
||||
</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Native neovim:</p>
|
||||
<ul>
|
||||
<li><code>]d</code>, <code>[d</code>: next/previous diagnostic</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<p>Black hole register:</p>
|
||||
<ul>
|
||||
|
@ -323,7 +329,6 @@
|
|||
>:
|
||||
</p>
|
||||
<ul>
|
||||
<li><code>]d</code>, <code>[d</code>: next/previous diagnostic</li>
|
||||
<li><code><Space>e</code>: current diagnostic</li>
|
||||
<li><code><Space>lr</code>: restart lsp server</li>
|
||||
<li><code>gd</code>: go to definition</li>
|
||||
|
|
|
@ -98,6 +98,8 @@ Ground rules:
|
|||
- `<Leader>` prefix: prefer global keymap
|
||||
- `<Space>` prefix: prefer lsp keymap, for coding of course :D
|
||||
|
||||
- Native neovim:
|
||||
- `]d`, `[d`: next/previous diagnostic
|
||||
- Black hole register:
|
||||
- `<Leader>d`: `d` without yank
|
||||
- `<Leader>c`: `c` without yank
|
||||
|
@ -141,7 +143,6 @@ Ground rules:
|
|||
- With [stevearc/conform.nvim](https://github.com/stevearc/conform.nvim):
|
||||
- `<Space>f`: format code
|
||||
- With [neovim/nvim-lspconfig](https://github.com/neovim/nvim-lspconfig):
|
||||
- `]d`, `[d`: next/previous diagnostic
|
||||
- `<Space>e`: current diagnostic
|
||||
- `<Space>lr`: restart lsp server
|
||||
- `gd`: go to definition
|
||||
|
|
Loading…
Reference in New Issue