aboutsummaryrefslogtreecommitdiffstats
path: root/doc/nvim-lsp-installer.txt
diff options
context:
space:
mode:
authorWilliam Boman <william@redwill.se>2021-08-22 08:50:27 +0200
committerWilliam Boman <william@redwill.se>2021-08-22 08:57:04 +0200
commitb0e701f8493240942003e773059fce229b103b57 (patch)
treed1ed9238de75ac487b4fe9abc430f73e3a532879 /doc/nvim-lsp-installer.txt
parentBump Haskell Language Server to version 1.3.0 (#59) (diff)
downloadmason-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.txt2
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.