From cf6840b16388a5ec33958eeb5d6a40326773435f Mon Sep 17 00:00:00 2001 From: Dheepak Krishnamurthy Date: Mon, 8 Jun 2020 21:31:03 -0600 Subject: Fix docstring --- lua/nvim_lsp/julials.lua | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lua/nvim_lsp') diff --git a/lua/nvim_lsp/julials.lua b/lua/nvim_lsp/julials.lua index 32923d03..1272bc5c 100644 --- a/lua/nvim_lsp/julials.lua +++ b/lua/nvim_lsp/julials.lua @@ -33,6 +33,10 @@ https://github.com/julia-vscode/julia-vscode `LanguageServer.jl` can be installed via `:LspInstall julials` or by yourself the `julia` and `Pkg`: ```sh julia --project=]] .. environment_directory .. [[ -e 'using Pkg; Pkg.add("LanguageServer"); Pkg.add("SymbolServer")' +``` +If you want to install the LanguageServer manually, you will have to ensure that the Julia environment is stored in this location: +```vim +:lua print(require'nvim_lsp'.util.path.join(require'nvim_lsp'.util.base_install_dir, "julials")) ``` ]]; }; -- cgit v1.2.3-70-g09d2