You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
https://github.com/beauwilliams/focus.nvim. Provides a command FocusSplitNicely which automatically splits according to the size of the current window, and uses the golden ratio. I am hoping to use that for Neoterms splits. I can see it going from two ways:
neoterm adds a more flexible way to customize how the split is opened, such that I can tell it to run FocusSplitNicely, and then neoterm launches in that newly created window
focus.nvim adds a way to run a command after they create the split, and I tell it to open a neoterm terminal (this would require adding a command on this side to open a terminal in an existing split)
The text was updated successfully, but these errors were encountered:
https://github.com/beauwilliams/focus.nvim. Provides a command
FocusSplitNicely
which automatically splits according to the size of the current window, and uses the golden ratio. I am hoping to use that for Neoterms splits. I can see it going from two ways:FocusSplitNicely
, and then neoterm launches in that newly created windowThe text was updated successfully, but these errors were encountered: