Hey mangelozzi!
rgflow.nvim is honestly one of the most useful plugins in my setup—I love pretty much everything about it. Thank you for creating and maintaining it!
If you ever feel like adding a new feature, I have a suggestion that would fit perfectly into the workflow.
The Feature:
An option to append new search results to the current quickfix list, rather than overwriting it every time rgflow is launched. This would mimic how :vimgrepadd complements :vimgrep.
Use Case / Example:
Imagine searching for bar in a large project or a vault of Obsidian notes. Midway through reviewing the quickfix results, you realize you also need to look for foo, but you don't want to lose or overwrite the current list of bar results. Being able to append the foo results to the existing list would be incredibly useful.
Details:
This could be an extra switch or a parallel function to the classic open() function, like openA()
Hey mangelozzi!
rgflow.nvim is honestly one of the most useful plugins in my setup—I love pretty much everything about it. Thank you for creating and maintaining it!
If you ever feel like adding a new feature, I have a suggestion that would fit perfectly into the workflow.
The Feature:
An option to append new search results to the current quickfix list, rather than overwriting it every time rgflow is launched. This would mimic how :vimgrepadd complements :vimgrep.
Use Case / Example:
Imagine searching for
barin a large project or a vault of Obsidian notes. Midway through reviewing the quickfix results, you realize you also need to look forfoo, but you don't want to lose or overwrite the current list of bar results. Being able to append the foo results to the existing list would be incredibly useful.Details:
This could be an extra switch or a parallel function to the classic open() function, like openA()