aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/configs.md2
-rw-r--r--doc/configs.txt2
2 files changed, 2 insertions, 2 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.
diff --git a/doc/configs.txt b/doc/configs.txt
index 3d77efe2..c657ef7f 100644
--- a/doc/configs.txt
+++ b/doc/configs.txt
@@ -4423,7 +4423,7 @@ julials
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.