-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Segment Violation on method textDocument/didOpen
on MacOS
#178
Comments
Hmm, this is likely a bug in nimsuggest. But could you try to update to the latest NimLSP version 0.4.6? I see that between your version 0.4.4 and the current version there have been some stability improvements. Thanks a lot for the good error report by the way, so much easier to debug with full communications output! |
0.4.6 seems to have the same issue. Logs:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am facing problems running nimlsp with a Neovim configuration. The configuration works on Linux but crashes on MacOS (14.3 (23D56).
It crashes every time I try to open an empty
text.nim
file with errorSIGSEGV
on methodtextDocument/didOpen
.Nim version:
NimLSP Debug logs:
Neovim LSP Debug Logs:
Please let me know if any other information is needed.
The text was updated successfully, but these errors were encountered: