summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Boman <william@redwill.se>2021-07-05 00:09:43 +0200
committerWilliam Boman <william@redwill.se>2021-07-05 00:09:43 +0200
commitaef32431dac324eeda95659ab72227f99fff6a14 (patch)
tree0a0cd065bdaac930c2b1860441e63691ec3500e1
parentadd rome (#38) (diff)
downloadmason-aef32431dac324eeda95659ab72227f99fff6a14.tar
mason-aef32431dac324eeda95659ab72227f99fff6a14.tar.gz
mason-aef32431dac324eeda95659ab72227f99fff6a14.tar.bz2
mason-aef32431dac324eeda95659ab72227f99fff6a14.tar.lz
mason-aef32431dac324eeda95659ab72227f99fff6a14.tar.xz
mason-aef32431dac324eeda95659ab72227f99fff6a14.tar.zst
mason-aef32431dac324eeda95659ab72227f99fff6a14.zip
update README
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 68ee2eba..64680445 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,8 @@ installing & uninsalling LSP servers, it:
- provides configurations for servers that aren't supported by nvim-lspconfig (`eslint`)
- 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))
+- has support for a variety of different install methods (e.g. [google/zx](https://github.com/google/zx))
+- common install tasks are abstracted behind Lua APIs
- provides adapters that offer out-of-box integrations with other plugins
- managed versioning of installed servers (future)