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

feat(splits): leverage winlayout #375

Merged
merged 38 commits into from
Aug 29, 2024
Merged

feat(splits): leverage winlayout #375

merged 38 commits into from
Aug 29, 2024

Conversation

shortcuts
Copy link
Owner

@shortcuts shortcuts commented Jun 29, 2024

📃 Summary

the custom logic for vsplit handling has reached its limits, it's now impossible to handle every edge cases and might make the user experience clunky.

This winlayout refactoring aims at increasing consistency by considering nvim as the source of truth, as it should be. Leveraging also allows the plugin to avoid debouncing and concurrent refreshes in order to wait for the ui to be refreshed, we can now just evaluate the API instantly.

This also unlocks nnp buffers to be CONSISTENTLY on both sides, where they should always be.

supersede #374
closes #368

@shortcuts shortcuts self-assigned this Jun 29, 2024
@shortcuts shortcuts marked this pull request as ready for review August 29, 2024 20:17
@shortcuts shortcuts merged commit ba74759 into main Aug 29, 2024
8 checks passed
@shortcuts shortcuts deleted the feat/winlayout branch August 29, 2024 20:25
shortcuts added a commit that referenced this pull request Aug 29, 2024
🤖 I have created a release *beep* *boop*
---


##
[1.15.0](v1.14.1...v1.15.0)
(2024-08-29)


### Features

* **splits:** leverage winlayout
([#375](#375))
([ba74759](ba74759))


### Bug Fixes

* inconsistent resizes on vsplits
([#380](#380))
([af5c9bc](af5c9bc))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Clément Vannicatte <vannicattec@gmail.com>
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.

neovim exits when current buffer is killed
1 participant