-
Notifications
You must be signed in to change notification settings - Fork 32
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
Is it possible to group search result by filename? #115
Comments
Probably you could use |
@bashonregardless You can use this plugin qfview.nvim, which has filename grouping and smart common prefix truncating functions. I actually wrote this recently. 😄 |
Trouble has a very beautiful, clean way of presenting the matches under each file. That being said, nvim-bqf has so many great features that I cannot find in Trouble, it would be perfect to have some file grouping within nvim-bqf. |
Maybe a new feature with an option is a good way to do this, but I am not planning to do this, need volunteers. |
@kevinhwang91 thanks for replying! I cannot promise to do it but would like to give it a try, would be a nice way to learn neovim programming. If you have some tips or pointers that could speed me up they would be most welcome! |
|
@ashfinal What do you exactly mean by |
Feature description
By default, Neovim displays all search results in a flat list in the quickfix window, can you group the results by files?
For example, if there are more than one search result in a file, it should be categorised under that filename.
Describe the solution you'd like
Group the results by files
Additional context
No response
The text was updated successfully, but these errors were encountered: