CRAG666/code_runner.nvim

[Feature Request] send errors to a quickfixlist

Opened this issue · 4 comments

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

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

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.

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

Thank you, I would really appreciate a pr for this