aboutsummaryrefslogtreecommitdiffstats
path: root/lua
diff options
context:
space:
mode:
authorDheepak Krishnamurthy <me@kdheepak.com>2020-06-08 21:31:03 -0600
committerDheepak Krishnamurthy <me@kdheepak.com>2020-06-08 21:34:47 -0600
commitcf6840b16388a5ec33958eeb5d6a40326773435f (patch)
treefd62b384f4fd598f2d5cb2ec1c1261db259becc5 /lua
parentFix project_path (diff)
downloadnvim-lspconfig-cf6840b16388a5ec33958eeb5d6a40326773435f.tar
nvim-lspconfig-cf6840b16388a5ec33958eeb5d6a40326773435f.tar.gz
nvim-lspconfig-cf6840b16388a5ec33958eeb5d6a40326773435f.tar.bz2
nvim-lspconfig-cf6840b16388a5ec33958eeb5d6a40326773435f.tar.lz
nvim-lspconfig-cf6840b16388a5ec33958eeb5d6a40326773435f.tar.xz
nvim-lspconfig-cf6840b16388a5ec33958eeb5d6a40326773435f.tar.zst
nvim-lspconfig-cf6840b16388a5ec33958eeb5d6a40326773435f.zip
Fix docstring
Diffstat (limited to 'lua')
-rw-r--r--lua/nvim_lsp/julials.lua4
1 files changed, 4 insertions, 0 deletions
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
@@ -34,6 +34,10 @@ https://github.com/julia-vscode/julia-vscode
```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"))
+```
]];
};
}