psliwka / vim-smoothie

Smooth scrolling for Vim done right🥤
MIT License
988 stars 27 forks source link

Improvements, issue fixes #21

Closed subnut closed 3 years ago

subnut commented 3 years ago

Continued at psliwka/vim-smoothie#23

subnut commented 3 years ago

@psliwka May I request you to make me a collaborator of this repo?

PS. yep, It was me who mailed you

subnut commented 3 years ago

My GeoGebra plot comparing the old algorithm with two newer ones, out of which one has been implemented

color algo
brown old algo
red new algo, implemented
green contestant algo, not implemented

variable a represents g:smoothie_base_speed

axis meaning
x no. of remaining lines
y speed
benwoodward commented 3 years ago

Scrolling is noticeably smoother, nice!

subnut commented 3 years ago

Two requests to @psliwka

subnut commented 3 years ago

@psliwka I suggest we move this repo to the @vim-smoothie organization I have created for specifically this plugin. I have sent an invitation to you to become an owner of the organization.

If you agree to my suggestion, then please have a look at the following article on how to transfer ownership -

https://docs.github.com/en/free-pro-team@latest/github/administering-a-repository/transferring-a-repository

I ask for transfer of ownership because it is better to have an organization for a plugin (similar to vim-airline) and because transfer of ownership ensures smooth (pun intended) transition for the users, PRs, issues, etc. For e.g. https://github.com/bling/vim-airline automatically redirects to https://github.com/vim-airline/vim-airline https://github.com/w0rp/ale redirects to https://github.com/dense-analysis/ale etc.


Hope you agree

psliwka commented 3 years ago

Wow, this is an impressive amount of work, thanks! I'm starting to review this now. Given the volume of changes, please bear with me till I get to the end ;) I'll post any potential questions as I go.

subnut commented 3 years ago

@psliwka After you finish your review, I shall push a commit of all the changes you suggest tomorrow. It's past midnight here :yawning_face:

P.S. What's the time at your place right now? It's 00:10 here at my place...

subnut commented 3 years ago

@psliwka I suggest we move this repo to the @vim-smoothie organization I have created for specifically this plugin.

Are we going to?

I have sent an invitation to you to become an owner of the organization.

Did you receive it?

psliwka commented 3 years ago

@psliwka After you finish your review, I shall push a commit of all the changes you suggest tomorrow. It's past midnight here 🥱

No worries, take your time :)

P.S. What's the time at your place right now? It's 00:10 here at my place...

I currently live in GMT+1, so 19:44 right now ;)

subnut commented 3 years ago

I have made the requested changes in a different branch, so had to open a new PR @psliwka Please check if your requests have been implemented in vim-smoothie#23