aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/nvim-lsp-installer.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/nvim-lsp-installer.txt b/doc/nvim-lsp-installer.txt
index 21ef0d46..667973f7 100644
--- a/doc/nvim-lsp-installer.txt
+++ b/doc/nvim-lsp-installer.txt
@@ -54,13 +54,13 @@ Install a language server via `:LspInstall`, for example: >
You may also install multiple languages at a time: >
- :LspInstall tsserver graphql eslintls
+ :LspInstall tsserver graphql rust_analyzer
<
To install a specific version of a language server, you may provide it as part
of the server name, like so: >
- :LspInstall tsserver@0.6.3 graphql@latest eslintls@03bfc83
+ :LspInstall tsserver@0.6.3 graphql@latest rust_analyzer@nightly
<
Please refer to each server's own release page to find which versions are