neovim/nvim-lspconfig#1153 is merged now so things should work out of the box if you:
- Install
LanguageServerin the shared environment~/.julia/environments/nvim-lspconfig:$ julia --project=~/.julia/environments/nvim-lspconfig -e 'using Pkg; Pkg.add("LanguageServer")' - Enable it in
init.lua:
orrequire'lspconfig'.julials.setup{}init.vim:lua << EOF require'lspconfig'.julials.setup{} EOF