-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bug: on_result_diagnostics_quickfix does not populate quickfix list #392
Comments
|
|
I think we can get you most of the way there. Try modifying your |
Oh, that is very nice. Thank you. By the way, is there any way to change the size of |
No, |
Neovim version (nvim -v)
0.10.3
Operating system/version
Arch Linux
Describe the bug
I have added
on_result_diagnostics_quickfix
in my default components. However when I do:OverseerRunCmd g++ a.cpp
with a file that has errors, my quickfix list is not populated. Yet, when I open output in quickfix list from toggle menu (or i haveon_output_quickfix
component), it matches everything.What is the severity of this bug?
breaking (some functionality is broken)
Steps To Reproduce
lazy.nvim
with the following code::OverseerRunCmd g++ a.cpp
Expected Behavior
quickfix list gets populated
Minimal example file
No response
Minimal init.lua
No response
Additional context
Now thinking about it while writing this issue, is this intended behavior? That's a bit of a shame, I wanted to make a simple task which builds and runs a user provided shell command, and if I get errors (compilation errors), I can go to them via quickfix list.
The text was updated successfully, but these errors were encountered: