-
Notifications
You must be signed in to change notification settings - Fork 18
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
Launch in splits #10
Comments
I've been sitting on the code that launches a split instead of a floating window for a while now but I haven't released it since I don't know how I would like the user to call a split and not a floating window. How would you like to call a split? I know other plugins create two commands called |
refering to togleterm's: we can define it in |
Using the following will use splits instead of a floating window... require('fm-nvim').setup{
ui = {
default = "split"
}
} Hope this helps :) |
yes that helped! Thank you! |
Good day to you!
Is it possible to launch
fm
in vert or hor split?Thank you!
The text was updated successfully, but these errors were encountered: