sim

Results 82 comments of sim

hmm not sure, would definitely want a way to update the settings without restarting neovim so an autocmd + parse the json then send a [workspace/didChangeConfiguration](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#workspace_didChangeConfiguration)

Thanks for your work, feel free to send some PRs or I'll cherry pick your changes

Damn this looks really nice! I would definitely implement this in the rewrite (https://github.com/simrat39/rust-tools.nvim/tree/modularize_and_inlay_rewrite). Thanks for the code! Edit: We could make it so that the hints that do not...

@Diablo-D3 checkout https://github.com/simrat39/inlay-hints.nvim if you want something like that

> I saw that by spying on your GH account. Is this a more flexible generic version of what has grown up in rust-tools? Yes, this will pretty much be...

Sounds like a great idea, hopefully I can get around to implementing it soon

Thanks for the PR, looks mostly good to me, but: - I think we should always cache (not super expensive) - And add a command to run the last runnable...

Should be fixed in the https://github.com/simrat39/rust-tools.nvim/tree/modularize_and_inlay_rewrite branch

For the diagnostics, its a rust-analyzer limitation. See https://github.com/rust-lang/rust-analyzer/issues/3107. As for the inlay_hints, thanks for the report, I'll have a look