sim

Results 82 comments of sim

Looks like the process exits (successfully as well). For some reason, it isn't waiting for your input. Could you test this code out? ```rust fn main() { loop { let...

Don't think this is an issue with rust-tools, but with your terminal. What happens if you run the code outside of neovim? Does the issue still persist?

I believe this should work https://github.com/simrat39/rust-tools.nvim/issues/83

nevermind this is for a different thing it seems, i'll look into it tomorrow

Semantic highlighting: Should be in neovim Text edit with snippets: Sure, if it uses an already existing snippet plugin sidebar: Not in the scope for this plugin hover: Sure folding_range:...

You're right, the usage docs aren't great right now. I will definitely update the docs soon hopefully with better usage instructions

The yellow/blue stuff is normal neovim diagnostic virtual text, so yeah you can disable it the way you did. For the others, I would probably recommend the only_current_line config option...

Could you paste your rust-tools config please?

> Sure. > > ```lua > local opts = { > tools = { -- rust-tools options > autoSetHints = false, > hover_with_actions = true, > inlay_hints = { >...

Shouldn't be too hard to add support for with workspace/configurationChange or whatever it's called, the real hard part would be parsing the json, but yeah you're right its definitely a...