airblade / vim-gitgutter

A Vim plugin which shows git diff markers in the sign column and stages/previews/undoes hunks and partial hunks.
MIT License
8.37k stars 297 forks source link

neovim async #300

Closed nhooyr closed 8 years ago

nhooyr commented 8 years ago

It'd be really nice to have neovim integration. I find that my cursor flashes when its updating. It'd be a major performance boost, and I mean MAJOR performance boost.

airblade commented 8 years ago

I'm working on this...

airblade commented 8 years ago

Please could you try the nvim branch and let me know if it works for you?

nhooyr commented 8 years ago

Will do. At school right now so I'll give you an update at lunch.

nhooyr commented 8 years ago

@airblade looks good, i'll report any bugs.

airblade commented 8 years ago

Thanks for letting me know. This is now in master (as of 18b7836).

amadeus commented 8 years ago

Any plans to add async support for Vim 8? I believe the APIs in Vim 7.4 on the latest patches are pretty stable and usable at this point?

airblade commented 8 years ago

@amadeus It's the next big feature on my list (#326).