branch: elpa/typescript-mode
commit 54f14c482701c4f937bf51469f70812624e07f87
Author: Jostein Kjønigsen <[email protected]>
Commit: GitHub <[email protected]>
Update README.md
Include the lsp-mode option in the list of additional modes.
---
README.md | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/README.md b/README.md
index 23904a31d5..1ff397d7b9 100644
--- a/README.md
+++ b/README.md
@@ -69,6 +69,10 @@ news is that there's other packages which do!
More advanced features can be provided by using these additional
packages:
+* [lsp-mode](https://github.com/emacs-lsp/lsp-mode) - A standards-based
+ code-completion and refactoring backend, based on the
+ [Language Server Protocol (LSP)](https://langserver.org/).
+
* [tide](https://github.com/ananthakumaran/tide/) - TypeScript
Interactive Development Environment for Emacs
* [ts-comint](https://github.com/josteink/ts-comint) - a Typescript REPL