trouble.nvim icon indicating copy to clipboard operation
trouble.nvim copied to clipboard

feature: Config `cycle_results` and `skip_groups`

Open hjkatz opened this issue 1 year ago • 2 comments

Did you check the docs?

  • [X] I have read all the trouble.nvim docs

Is your feature request related to a problem? Please describe.

Hey there, thanks for the v3 rewrite! I appreciate your contributions to OSS.

While migrating my config I found a few settings that I'm not sure made it over, but I want to ask here in case I missed something.

I have the following configs:

cycle_results = true, -- cycle item list when reaching beginning or end

and in next(opts):

require("trouble").next({
  skip_groups = true,
  jump = true,
})

Q1. Where/How can I enable cycle_results again? I would like the prev/next funcs to go around the list from bottom -> top, or top -> bottom, depending on the direction.

Q. Where is skip_groups? Is that still a thing?

Describe the solution you'd like

N/A

Describe alternatives you've considered

N/A

Additional context

No response

hjkatz avatar Sep 12 '24 20:09 hjkatz

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days.

github-actions[bot] avatar Oct 13 '24 02:10 github-actions[bot]

I still have this question.

On Sat, Oct 12, 2024, 9:03 PM github-actions[bot] @.***> wrote:

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days.

— Reply to this email directly, view it on GitHub https://github.com/folke/trouble.nvim/issues/577#issuecomment-2408783642, or unsubscribe https://github.com/notifications/unsubscribe-auth/AARBRFBF5YAZLGODCYNSGEDZ3HIHHAVCNFSM6AAAAABOEAVCOKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMBYG44DGNRUGI . You are receiving this because you authored the thread.Message ID: @.***>

hjkatz avatar Oct 13 '24 16:10 hjkatz

I've been looking for skip_groups too but with no success, would greatly appreciate any work towards that 🙏

mikeduminy avatar Oct 21 '24 12:10 mikeduminy

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days.

github-actions[bot] avatar Nov 21 '24 02:11 github-actions[bot]

I still have these questions 🤞

hjkatz avatar Nov 21 '24 14:11 hjkatz

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days.

github-actions[bot] avatar Dec 22 '24 02:12 github-actions[bot]

This issue was closed because it has been stalled for 7 days with no activity.

github-actions[bot] avatar Dec 29 '24 02:12 github-actions[bot]

I still have these questions :(

RyanCarrier avatar Dec 29 '24 21:12 RyanCarrier

I have this question. Looks like it was done in https://github.com/folke/trouble.nvim/pull/302 in 2023 but that code has since been removed.

michaelfortunato avatar Sep 28 '25 22:09 michaelfortunato