Skip to content
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

feature: Config cycle_results and skip_groups #577

Closed
1 task done
hjkatz opened this issue Sep 12, 2024 · 7 comments
Closed
1 task done

feature: Config cycle_results and skip_groups #577

hjkatz opened this issue Sep 12, 2024 · 7 comments
Labels
enhancement New feature or request stale

Comments

@hjkatz
Copy link

hjkatz commented Sep 12, 2024

Did you check the docs?

  • 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 hjkatz added the enhancement New feature or request label Sep 12, 2024
Copy link
Contributor

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 github-actions bot added the stale label Oct 13, 2024
@hjkatz
Copy link
Author

hjkatz commented Oct 13, 2024 via email

@github-actions github-actions bot removed the stale label Oct 14, 2024
@mikeduminy
Copy link

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

Copy link
Contributor

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 github-actions bot added the stale label Nov 21, 2024
@hjkatz
Copy link
Author

hjkatz commented Nov 21, 2024

I still have these questions 🤞

@github-actions github-actions bot removed the stale label Nov 22, 2024
Copy link
Contributor

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 github-actions bot added the stale label Dec 22, 2024
Copy link
Contributor

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

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Dec 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request stale
Projects
None yet
Development

No branches or pull requests

2 participants