Closed lambdalisue closed 8 months ago
The recent updates streamline the configuration of floating and popup windows in Neovim and Vim. Key changes include the removal of nvim_win_set_config
from Neovim's API, simplifying how floating windows are managed. A new function, popup_setoptions
, enhances popup customization in Vim, alongside added exports and refinements in popup configuration across both editors. These modifications aim to unify and simplify window management, offering more intuitive and flexible control over UI elements.
Files | Change Summary |
---|---|
function/nvim/_generated.ts |
Removed support for reconfiguring floating windows; removed nvim_win_set_config function. |
function/nvim/_manual.ts function/vim/_manual.ts |
Added exports for nvim_win_set_config.ts and "popup_setoptions.ts" ; re-exported "prop_add_list.ts" . |
function/nvim/nvim_win_set_config.ts function/vim/popup_setoptions.ts |
Introduced functions for configuring window layout (nvim_win_set_config ) and overriding popup options (popup_setoptions ). |
function/vim/_generated.ts |
Removed popup_setoptions function from exports. |
popup/... |
Updated popup configuration functions and logic for both Vim and Neovim. |
🐇✨
In the land of code and night,
Windows float, popups alight.
Through the changes, swift and bright,
We hop with joy, our screens just right.
🌟🐾
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Attention: Patch coverage is 36.92308%
with 41 lines
in your changes are missing coverage. Please review.
Project coverage is 82.51%. Comparing base (
d5d2b1e
) to head (00b5bb5
).
Files | Patch % | Lines |
---|---|---|
popup/nvim.ts | 40.90% | 13 Missing :warning: |
popup/mod.ts | 21.42% | 11 Missing :warning: |
popup/vim.ts | 56.25% | 7 Missing :warning: |
function/nvim/nvim_win_set_config.ts | 0.00% | 5 Missing :warning: |
function/vim/popup_setoptions.ts | 0.00% | 5 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
SSIA
Summary by CodeRabbit
New Features
Refactor
Chores