Klafyvel / nvim-smuggler

Send code to your Julia REPL, get diagnostics in return.
MIT License
21 stars 2 forks source link

Add protocol version verification #25

Closed Klafyvel closed 2 months ago

Klafyvel commented 3 months ago

This is still written as a TODO in the code, thus it is an issue. :) We can use the semver rocks to warn the user whenever the protocol's version of the server and the client do not match, and advise on which one to upgrade. This should not be a breaking release, as lazy.nvim now supports luarocks dependencies.