aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorWilliam Boman <william@redwill.se>2021-08-19 15:28:06 +0200
committerWilliam Boman <william@redwill.se>2021-08-19 15:32:44 +0200
commit795ffaf2d68af7c871d761bc30a41494e7c4f661 (patch)
tree146be71b9706ff00708ca6920f4e29c67ea2e7a7 /doc
parentCUSTOM_SERVERS.md: improve docs (diff)
downloadmason-795ffaf2d68af7c871d761bc30a41494e7c4f661.tar
mason-795ffaf2d68af7c871d761bc30a41494e7c4f661.tar.gz
mason-795ffaf2d68af7c871d761bc30a41494e7c4f661.tar.bz2
mason-795ffaf2d68af7c871d761bc30a41494e7c4f661.tar.lz
mason-795ffaf2d68af7c871d761bc30a41494e7c4f661.tar.xz
mason-795ffaf2d68af7c871d761bc30a41494e7c4f661.tar.zst
mason-795ffaf2d68af7c871d761bc30a41494e7c4f661.zip
update requirements
Diffstat (limited to 'doc')
-rw-r--r--doc/nvim-lsp-installer.txt12
1 files changed, 8 insertions, 4 deletions
diff --git a/doc/nvim-lsp-installer.txt b/doc/nvim-lsp-installer.txt
index 7f4c68a3..644c6f51 100644
--- a/doc/nvim-lsp-installer.txt
+++ b/doc/nvim-lsp-installer.txt
@@ -11,10 +11,14 @@ Semi-opinionated companion plugin for nvim-lspconfig. It comes with all
batteries included, or at least to the extent possible.
Requires:
-- neovim `nightly (>= 0.5.0)`
-- neovim/nvim-lspconfig (https://github.com/neovim/nvim-lspconfig)
-- (optional) Node.js LTS (https://nodejs.org/). Some LSP servers will need a
- Node runtime in order to be installed.
+
+- 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)
+- (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.
+- (optional) javac. Some LSP servers will need a Javac (1.8+) compiler.
To write a custom server installer, please refer to the docs at
https://github.com/williamboman/nvim-lsp-installer/blob/main/CUSTOM_SERVERS.md.