generated from ellisonleao/nvim-plugin-template
-
-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Labels
Description
Did you check the docs?
- I have read all the docs
Is your feature request related to a problem? Please describe.
When the windows.position is "below" or "above", it's now possible to customise the split size by using the windows.height option. However, there's no option that allows configuring the split size when the windows.position is "left" or "right".
Describe the solution you'd like
Add a windows.width option (similar to windows.height, but for the split width when appropriate).
Update: It'd be nice to have a windows.terminal.height option too, for adjusting the terminal split size when needed.
Describe alternatives you've considered
Autocmd that sets the split size, which is inconvenient and not very elegant.
Additional context
No response