]> Sergey Matveev's repositories - vim-lsp.git/blobdiff - README.md
Update help text
[vim-lsp.git] / README.md
index d635f2aa4263aedcf225e918584936160d5cc1e0..25aa38028bd3e938a9d4973861952d5b8555d246 100644 (file)
--- a/README.md
+++ b/README.md
@@ -29,9 +29,10 @@ The following language server protocol (LSP) features are supported:
 
 * Code completion
 * Jump to definition, declaration, implementation, type definition
+* Peek definition, declaration, implementation, type definition and references
 * Display warning and error diagnostics
 * Find all symbol references
-* Workspace symbol search
+* Document and Workspace symbol search
 * Display code outline
 * Rename symbol
 * Display type and documentation on hover
@@ -39,6 +40,7 @@ The following language server protocol (LSP) features are supported:
 * Code action
 * Display Call hierarchy
 * Display Type hierarchy
+* Highlight current symbol references
 * Formatting code
 * Folding code
 * Inlay hints