Is there a reason that #1364 doesn't work? I recently tried to have both LanguageServer and Cthulhu in global scope for my personal environment, and realise the dependency JSON for LanguageServer is pinned to v0.21, thus unable to use the later versions of Cthulhu.
For reference, I manage to resolve it by following the instructions https://github.com/julia-vscode/LanguageServer.jl/wiki/Vim-and-Neovim#vimlsp---new-api-in-neovim-011 . LanguageServer does not need to live in the global environment, so this can be resolved easily to still have convenience dev packages in global environment.
Is there a reason that #1364 doesn't work? I recently tried to have both LanguageServer and Cthulhu in global scope for my personal environment, and realise the dependency JSON for LanguageServer is pinned to v0.21, thus unable to use the later versions of Cthulhu.
For reference, I manage to resolve it by following the instructions https://github.com/julia-vscode/LanguageServer.jl/wiki/Vim-and-Neovim#vimlsp---new-api-in-neovim-011 . LanguageServer does not need to live in the global environment, so this can be resolved easily to still have convenience dev packages in global environment.