Closed kdheepak closed 4 years ago
Would it be productive to post all the errors I'm getting here? Just as a record on what is going on. I know what vscode allows you to get feedback/log files from vscode users. Maybe similar log files from neovim users would be handy?
The second error is a result of https://github.com/julia-vscode/SymbolServer.jl/issues/54 and can be fixed by changing using LanguageServer
to using LanguageServer, SymbolServer
. It might be the cause of the segfault as well; not sure.
In general, both the output from stderr and the logs of messages sent received by the client are highly helpful in debugging.
Thanks for the quick reply! I will try that change.
Even without that change, it seems like it works sometimes? Here is a screencast I captured when it was working:
Adding using LanguageServer, SymbolServer
resolves the segfaults! Thanks for that!
both the output from stderr and the logs of messages sent received by the client
I'm sharing everything that is in the nvim lsp.log file, which appears to be just the stderr from LanguageServer.jl. I'll look into how to get logs from the client as well.
If you see crashes or other problems with the new script, please open a new issue. :)
This is my
.vimrc
file:with neovim version:
This is what I'm using to start the
LanguageServer
:The following are the various errors:
This is always the first thing that is being printed in the log file. Julia appears to be
The language server does appear to start up after that because I'm getting other errors after this message.
SymbolServer
not defined. This is a fresh installation of Julia and these are the only two packages I have in my global environment:The following are other errors I've received but I'm not able to reproduce consistently: