diff options
| author | William Boman <william@redwill.se> | 2021-09-17 16:05:20 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-17 16:05:20 +0200 |
| commit | 9551bbc1e207ea9a9d436f1bf02a22afc33f6aa6 (patch) | |
| tree | 58da4fff57cc3aff4380f501b1845310dff4f2e8 /doc/nvim-lsp-installer.txt | |
| parent | texlab: fix ensure_executables (diff) | |
| download | mason-9551bbc1e207ea9a9d436f1bf02a22afc33f6aa6.tar mason-9551bbc1e207ea9a9d436f1bf02a22afc33f6aa6.tar.gz mason-9551bbc1e207ea9a9d436f1bf02a22afc33f6aa6.tar.bz2 mason-9551bbc1e207ea9a9d436f1bf02a22afc33f6aa6.tar.lz mason-9551bbc1e207ea9a9d436f1bf02a22afc33f6aa6.tar.xz mason-9551bbc1e207ea9a9d436f1bf02a22afc33f6aa6.tar.zst mason-9551bbc1e207ea9a9d436f1bf02a22afc33f6aa6.zip | |
optimize io (70%+ startup speedups) (#93)
Diffstat (limited to 'doc/nvim-lsp-installer.txt')
| -rw-r--r-- | doc/nvim-lsp-installer.txt | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/nvim-lsp-installer.txt b/doc/nvim-lsp-installer.txt index 621db2fa..ac323d44 100644 --- a/doc/nvim-lsp-installer.txt +++ b/doc/nvim-lsp-installer.txt @@ -10,12 +10,11 @@ INTRODUCTION *nvim-lsp-installer-introduction* Semi-opinionated companion plugin for nvim-lspconfig. It comes with all batteries included, or at least to the extent possible. -Requires neovim `>= 0.5.0`. These are the full requirements to install all -servers: +Requires neovim `>= 0.5.0` and [nvim-lspconfig](https://github.com/neovim/nvim-lspconfig). The full requirements to +install all servers are: -- neovim/nvim-lspconfig (https://github.com/neovim/nvim-lspconfig) - For Unix systems: bash(1), git(1), wget(1), unzip(1), tar(1), gzip(1) -- For Windows systems: powershell.exe, tar, git +- For Windows systems: powershell, git, gzip, tar - Node.js (LTS) & npm - Python3 & pip3 - go |
