CRAG666 / code_runner.nvim

Neovim plugin.The best code runner you could have, it is like the one in vscode but with super powers, it manages projects like in intellij but without being slow
MIT License
533 stars 38 forks source link

[Feature Request] send errors to a quickfixlist #55

Open saccarosium opened 1 year ago

saccarosium commented 1 year ago

I love this plugin but I wish that there was a way to handle errors, something like vim-dispatch.

CRAG666 commented 1 year ago

This is something that I wanted to implement, I do not know how to do it, but if you can help me I would be grateful, you could venture with PR.But I'll try to do it

saccarosium commented 1 year ago

I was working on implementing this using terminalopen() but it seem there a bug that doesn't make it straight forward handling stderr. So I will open an issue on the neovim repo and when it will be fixed we can work on having error handling.

saccarosium commented 1 year ago

Opened an issue on neovim repo. I will give update on changes.

CRAG666 commented 1 year ago

Thank you, I would really appreciate a pr for this