diff options
| author | William Boman <william@redwill.se> | 2021-07-05 00:09:43 +0200 |
|---|---|---|
| committer | William Boman <william@redwill.se> | 2021-07-05 00:09:43 +0200 |
| commit | aef32431dac324eeda95659ab72227f99fff6a14 (patch) | |
| tree | 0a0cd065bdaac930c2b1860441e63691ec3500e1 | |
| parent | add rome (#38) (diff) | |
| download | mason-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.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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) |
