lambdalisue / vim-gina

👣 Asynchronously control git repositories in Neovim/Vim 8
http://www.vim.org/scripts/script.php?script_id=5531
MIT License
688 stars 27 forks source link

Add gitgutter like feature with async #56

Closed lambdalisue closed 4 years ago

lambdalisue commented 7 years ago

I like gitgutter but I don't use it while it slow vim on my old Mac. So it would be nice if gina add similar feature with async.

SevereOverfl0w commented 7 years ago

gitgutter runs async now. Is this still a desire?

lambdalisue commented 7 years ago

Oh, I didn't know that thanks. However

  1. gitgutter use a different mech for detecting a git repository and I like the gina's way
  2. Detecting git repository cost a bit so it would be nice if gina provide same feature

So I would like. But the priority is low for now:+1:

lambdalisue commented 4 years ago

Too old