foxoman / zed-nim

Nim support for Zed Editor
Apache License 2.0
19 stars 3 forks source link

LSP not working? #5

Closed casey-SK closed 3 months ago

casey-SK commented 3 months ago

I am able to install this extension within the app. I am able to use the tasks provided by the extension. But anything to do with syntax doesn't seem to work. No inline hints, No LSP errors.

casey-SK commented 3 months ago

Helps if you have the language server installed :/

nimble install nimlangserver

felipetesc commented 2 weeks ago

Not working to me as well. I have nimlangserver installed and correctly added to the path.


> nimlangserver --version
1.6.0
felipetesc commented 2 weeks ago

I've changed the zed_extension_api from 0.0.6 to 0.1.0 inside Cargo.toml and I`ve found no error after that.