aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 94046068..4e8e6d77 100644
--- a/README.md
+++ b/README.md
@@ -12,6 +12,7 @@ installing & uninsalling LSP servers, it:
- provides extra APIs for non-standard LSP functionalities, for example `_typescript.applyRenameFile`
- has support for a variety of different install methods (primarily [google/zx](https://github.com/google/zx))
- provides adapters that offer out-of-box integrations with other plugins
+- managed versioning of installed servers (future)
Inspired by [nvim-lspinstall](https://github.com/kabouzeid/nvim-lspinstall).