From f5eed0ecee7ad2ca1e1a4d3465853ce746eab11e Mon Sep 17 00:00:00 2001
From: Hau Nguyen
Date: Fri, 17 May 2024 00:50:28 +0700
Subject: [PATCH] feat: neovim 0.10.0
---
docs/2023-05-03-neovim.html | 7 ++++++-
posts/2023-05-03-neovim.md | 3 ++-
2 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/docs/2023-05-03-neovim.html b/docs/2023-05-03-neovim.html
index 5336275..aee4132 100644
--- a/docs/2023-05-03-neovim.html
+++ b/docs/2023-05-03-neovim.html
@@ -192,6 +192,12 @@
course :D
+
+ Native neovim:
+
+ ]d
, [d
: next/previous diagnostic
+
+
Black hole register:
@@ -323,7 +329,6 @@
>:
- ]d
, [d
: next/previous diagnostic
<Space>e
: current diagnostic
<Space>lr
: restart lsp server
gd
: go to definition
diff --git a/posts/2023-05-03-neovim.md b/posts/2023-05-03-neovim.md
index ebbf2c2..8f45649 100644
--- a/posts/2023-05-03-neovim.md
+++ b/posts/2023-05-03-neovim.md
@@ -98,6 +98,8 @@ Ground rules:
- `` prefix: prefer global keymap
- `` prefix: prefer lsp keymap, for coding of course :D
+- Native neovim:
+ - `]d`, `[d`: next/previous diagnostic
- Black hole register:
- `d`: `d` without yank
- `c`: `c` without yank
@@ -141,7 +143,6 @@ Ground rules:
- With [stevearc/conform.nvim](https://github.com/stevearc/conform.nvim):
- `f`: format code
- With [neovim/nvim-lspconfig](https://github.com/neovim/nvim-lspconfig):
- - `]d`, `[d`: next/previous diagnostic
- `e`: current diagnostic
- `lr`: restart lsp server
- `gd`: go to definition