-
-
Notifications
You must be signed in to change notification settings - Fork 113
feat(ui): add open_split_vertical option for splits opened
#387
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
Conversation
Review ChecklistDoes this PR follow the Contribution Guidelines? Following is a partial checklist: Proper conventional commit scoping:
If applicable:
|
mrcjkb
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your contribution 😃🙏
open_split_vertical option for splits openedopen_split_vertical option for splits opened
74312b8 to
d578572
Compare
when opening splits from a floating window with the "Open in split"
option, this will set the split to open vertically.
configure with:
```lua
vim.g.rustaceanvim = {
tools = {
float_win_config = {
open_split = 'vertical',
},
},
}
```
|
i have made the requested changes - if you're happy with them then it's all ready to go :) |
when opening splits from a floating window with the "Open in split" option, this will set the split to open vertically.
configure with: