From f5714068167f7c9af5f1c215d404fdc36539350a Mon Sep 17 00:00:00 2001
From: Henri <52706578+Vanderscycle@users.noreply.github.com>
Date: Wed, 12 May 2021 09:55:34 -0700
Subject: [PATCH 1/2] Update README.md
Added the most usefull bindings from lspconfig
---
README.md | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/README.md b/README.md
index 280de94..4e0adcb 100644
--- a/README.md
+++ b/README.md
@@ -212,6 +212,15 @@ I'd install it first and add its setup line :
- Shift x close current tab
- Shift t open new tab
+**Nvim-lspconfig (major ones)**
+- K hover and show the definition
+- gd jumps to the definition (works for user and language definitions)
+- [d jumps to the previous error
+- ]d jumps to the next error
+- leader D jumps to the definition
+- leader w+q list all the errors in a new buffer
+- leader r+n rename all instances of this definition (user functions and declaration)
+-
# TODO
- Make the statusline more elegant.
From aaa9b4f3d24e0251f0a965a04e66ca3ecfa53f89 Mon Sep 17 00:00:00 2001
From: Henri <52706578+Vanderscycle@users.noreply.github.com>
Date: Wed, 12 May 2021 09:56:41 -0700
Subject: [PATCH 2/2] Update README.md
better separation of the letters
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 4e0adcb..3dc9907 100644
--- a/README.md
+++ b/README.md
@@ -218,8 +218,8 @@ I'd install it first and add its setup line :
- [d jumps to the previous error
- ]d jumps to the next error
- leader D jumps to the definition
-- leader w+q list all the errors in a new buffer
-- leader r+n rename all instances of this definition (user functions and declaration)
+- leader w + q list all the errors in a new buffer
+- leader r + n rename all instances of this definition (user functions and declaration)
-
# TODO