Closed vsedov closed 1 year ago
Thanks for the pr it looks good.
The only annoying thing was the last 5 binds put within the layers.
why not sort them together?
The only annoying thing was the last 5 binds put within the layers.
why not sort them together?
The sort, lead to some unreadability,
pretty much having the last 5, would let it be slightly more organized id say.
The sort kept, putting the mode changes some where in the middle, which really didn't align well, although if you don't think its needed, we can just get rid of it completely.
The sort, lead to some unreadability
The thing is now they're hard coded at the end, but I'm gonna put those with rest of them later.
maybe we could put exit heads at the start if opts.exit
is set.
If you don't wanna deal with this it's ok I'll modify it later, just fix the columns.
Yeah alright il go ahead and see if i can fix the columns then, cheers.
Quick changes here, two ways i thought about it was the following
vim.api.nvim_win_get_width
handle the rest. Feel free to remove or change it up, if you dont see the need for one or the other.
Using width :
I gave a shot trying to get alignment with with "width" but couldn't get it working, came close to it though .
I kinda merged those two into one thing, see if its okay and I'll merge it later.
Yeah I see what you did here, I don't think theirs much else to add here.
Thank you for all the work you've done here.
Alright, a few changes to the hydra schema.