Replies: 1 comment
-
trouble.nvim is a UI for the builtin vim.diagnostics. Just use the overseer's components to fill the diagnostics and Trouble will be populated automatically. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I gave
overseer.nvim
a try to run a lengthy build system as a background task. The introduction helpfully even contains a template to runmakeprg
:This is great and worked, but now I am wondering how to slightly deviate from this template.
I stopped using the built-in quickfix list in favor of folke's trouble.nvim which I find much more ergonomic. How can I modify the
on_output_quickfix
component into an analogouson_output_trouble
?Thank you very much!
Beta Was this translation helpful? Give feedback.
All reactions