It would be a nice feature to have NimLSP check on startup whether the currently selected Nim version matched the version it was built for, and if there is a newer version of NimLSP available. These could then simply create an information message which should be shown in the UI of the client.
Decided against checking NimLSP version as it would mean network traffic. This wouldn't be a huge issue on Linux since NimLSP is async, but on Windows this could severely hamper startup speed.
It would be a nice feature to have NimLSP check on startup whether the currently selected Nim version matched the version it was built for, and if there is a newer version of NimLSP available. These could then simply create an information message which should be shown in the UI of the client.