Open fidgetingbits opened 5 months ago
We need to discuss the changes you did for "split"
This should be in sync again. Because I'm using a different branch of neovim-talon, I'm testing there, and porting here. So it's possible some things will be a bit broken.
This is a note to say that the move split to tab functions have changed and require an updated version of talon.nvim, which is still a PR https://github.com/hands-free-vim/talon.nvim/pull/9
What do you think about merging this (after fixing conflicts) so we benefit from the better code/APIs and if/when it finally gets reviewed in community we make the changes in a follow up PR? That way users could find bugs that may also benefit the community PR in the meantime?
This changes things to be usable with community.
Changed tags
This changes:
You will have to likely change this in your personal repo to match. Maybe it's something Andreas can do in his as well just to keep it more consistent.
Temporarily add split/tab commands
Until community PR 1147 and PR 1146 get merged, if we want all of the tab/split functionality I had from talon-vim working, we need to temporarily duplicate it in our own talon files.