Jared Moulton

Results 142 comments of Jared Moulton

I'm also running into this same issue. @dalance what would need to be done to get goto/find definitions implemented (if they're not already)? I'm new-ish to rust but with some...

I'm experiencing the exact same issue.

I'm all for persistent breakpoints! I think it would make sense to make it an optional feature that is off by default but having the option built in would be...

If anyone is interested I've added to the functions that @mfussenegger left in a comment so that the breakpoints persist even when neovim is closed and the numbers of the...

Haha I'll have to check it out because I've also had annoying bugs and have been too lazy to fix them. Thanks!

Cool. I can work on implementing it. Would I just parse the json and then pass that in to the RA with the other server configs? https://github.com/simrat39/rust-tools.nvim/blob/11dcd674781ba68a951ab4c7b740553cae8fe671/lua/rust-tools.lua#L150-L152 Would I just...

It looks from the error that the Cargo.toml file wasn't in the correct place. Are you sure the project structure was correct with the Cargo.toml file in the same directory...

I saw that @jonhoo worked something out in his init.vim https://github.com/jonhoo/configs/blob/a19bc3b57a503815ba04eb7c32f9e064ae1c7687/editor/.config/nvim/init.vim#L69 but I am also wondering if there is a more straight forward/simpler way to configure the colors because I...

Ok. I'll work on implementing it

Good to know. I tried several different clever things and none of them worked so this is good to hear