diff options
| author | William Boman <william@redwill.se> | 2021-08-22 08:50:27 +0200 |
|---|---|---|
| committer | William Boman <william@redwill.se> | 2021-08-22 08:57:04 +0200 |
| commit | b0e701f8493240942003e773059fce229b103b57 (patch) | |
| tree | d1ed9238de75ac487b4fe9abc430f73e3a532879 /doc/nvim-lsp-installer.txt | |
| parent | Bump Haskell Language Server to version 1.3.0 (#59) (diff) | |
| download | mason-b0e701f8493240942003e773059fce229b103b57.tar mason-b0e701f8493240942003e773059fce229b103b57.tar.gz mason-b0e701f8493240942003e773059fce229b103b57.tar.bz2 mason-b0e701f8493240942003e773059fce229b103b57.tar.lz mason-b0e701f8493240942003e773059fce229b103b57.tar.xz mason-b0e701f8493240942003e773059fce229b103b57.tar.zst mason-b0e701f8493240942003e773059fce229b103b57.zip | |
replace all usage of curl(1) with wget(1)
Diffstat (limited to 'doc/nvim-lsp-installer.txt')
| -rw-r--r-- | doc/nvim-lsp-installer.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/nvim-lsp-installer.txt b/doc/nvim-lsp-installer.txt index 644c6f51..c77a952c 100644 --- a/doc/nvim-lsp-installer.txt +++ b/doc/nvim-lsp-installer.txt @@ -14,7 +14,7 @@ Requires: - neovim `nightly (>= 0.5.0)` - neovim/nvim-lspconfig (https://github.com/neovim/nvim-lspconfig) -- bash(1), git(1), wget(1), curl(1), unzip(1), tar(1) +- bash(1), git(1), wget(1), unzip(1), tar(1) - (optional) Node.js (LTS) & npm. Some LSP servers will need a Node runtime. - (optional) Python3 & pip3. Some LSP servers will need a Python3 runtime. - (optional) go. Some LSP servers will need a Go runtime. |
