For better source code navigation and basic refactoring in Emacs I am trying out the nimlsp server with the eglot lsp client.
It somewhat works, I can jump to definitions via xref-find-definitions, but only sometimes and eglot-rename gives me always the message "jsonrpc-error: "request id=5 failed:", (jsonrpc-error-message . "Timed out")"
Does anyone has experience with nimlsp and eglot? Where can I see more detailed logs from nimlsp`?