feat: neovim 0.10.0

main
sudo pacman -Syu 2024-05-17 00:50:28 +07:00
parent 48e4a5638e
commit f5eed0ecee
2 changed files with 8 additions and 2 deletions

View File

@ -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>&lt;Space&gt;e</code>: current diagnostic</li>
<li><code>&lt;Space&gt;lr</code>: restart lsp server</li>
<li><code>gd</code>: go to definition</li>

View File

@ -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