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 request: add options to set max_height and min_height globally #20

Closed
1 task done
uwla opened this issue Aug 16, 2024 · 4 comments
Closed
1 task done
Labels
enhancement New feature or request

Comments

@uwla
Copy link

uwla commented Aug 16, 2024

Did you check existing requests?

  • I have searched the existing issues

Describe the feature

Currently it is only possible to set max_height and min_height when calling require('quicker').open({max_height=5}) but not if it is opened with copen or something else.

Provide background

Set max_height globally, so it works even if the quick fix is not opened by this plugin API.

What is the significance of this feature?

nice to have

Additional details

No response

@uwla uwla added the enhancement New feature or request label Aug 16, 2024
@uwla
Copy link
Author

uwla commented Aug 16, 2024

I just saw your another plugin https://github.com/stevearc/qf_helper.nvim which provides what I want. So, closing it.

@uwla uwla closed this as completed Aug 16, 2024
@nullromo
Copy link

nullromo commented Oct 1, 2024

I have been using Telescope.nvim, and you can see in that mapping table they have a <C-q> mapping to send the results to the quickfix list. This is how I usually populate my quickfix list.

I wanted to change the max_height to 20 instead of 10. I tried using qf_helper, but even with max_height = 20 in the qf_helper settings, opening the quickfix list from Telescope sets the height at 10 instead of 20.

@uwla
Copy link
Author

uwla commented Nov 9, 2024

@nullromo have you figure out how to open quickfix list with desired height when using telescope?

@nullromo
Copy link

Nope, never figured it out yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants