We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
NVIM v0.11.0-dev-763+gdeac7df80
Linux
I have added the compont on_result_diagnostics_quickfix to my build templates like this:
on_result_diagnostics_quickfix
{ 'on_result_diagnostics_quickfix', { open = true, set_empty_results = true, } },
It does not open automatically. However when executing :copen it successfully contains all the diagnostics from the build.
:copen
tolerable (can work around it)
put
in components list of template
Quickfix should open automatically
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Neovim version (nvim -v)
NVIM v0.11.0-dev-763+gdeac7df80
Operating system/version
Linux
Describe the bug
I have added the compont
on_result_diagnostics_quickfix
to my build templates like this:It does not open automatically. However when executing
:copen
it successfully contains all the diagnostics from the build.What is the severity of this bug?
tolerable (can work around it)
Steps To Reproduce
put
in components list of template
Expected Behavior
Quickfix should open automatically
Minimal example file
No response
Minimal init.lua
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: