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] 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.