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

View File

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