aboutsummaryrefslogtreecommitdiffstats
path: root/doc/configs.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/configs.md')
-rw-r--r--doc/configs.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/configs.md b/doc/configs.md
index d51fc8fe..3c4cfacd 100644
--- a/doc/configs.md
+++ b/doc/configs.md
@@ -6141,7 +6141,7 @@ https://github.com/julia-vscode/julia-vscode
LanguageServer.jl, SymbolServer.jl and StaticLint.jl can be installed with `julia` and `Pkg`:
```sh
-julia --project=~/.julia/environments/nvim-lspconfig -e 'using Pkg; Pkg.add("LanguageServer#main"); Pkg.add("SymbolServer#master"); Pkg.add("StaticLint#master")'
+julia --project=~/.julia/environments/nvim-lspconfig -e 'using Pkg; Pkg.add("LanguageServer"); Pkg.add("SymbolServer"); Pkg.add("StaticLint")'
```
where `~/.julia/environments/nvim-lspconfig` is the location where
the default configuration expects LanguageServer.jl, SymbolServer.jl and StaticLint.jl to be installed.