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

Improve preview window size calculation #84

Merged
merged 3 commits into from
Aug 22, 2024

Conversation

oskarrrrrrr
Copy link
Contributor

  • Stop caching width and height of the preview window which prevented the size to be adjusted after the nvim window's resize.
  • Add config options for height to match width options.
  • Mention height config options in readme and vimdoc (previously missing).

- Stop caching width and height of the preview window which prevented the
size to be adjusted after the nvim window's resize.
- Add config options for height to match width options.
- Mention height config options in readme and vimdoc (previously
  missing).
@oskarrrrrrr oskarrrrrrr mentioned this pull request Aug 9, 2024
@hedyhli hedyhli linked an issue Aug 13, 2024 that may be closed by this pull request
Copy link
Owner

@hedyhli hedyhli left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

By the way, no need to update the vimdoc next time when updating the readme; it can be updated by the GitHub action.

@hedyhli hedyhli merged commit 1469fe2 into hedyhli:main Aug 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

how change height
2 participants