diff --git a/README.md b/README.md index 280de948..4e0adcbf 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.