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