sodapopcan / vim-twiggy

Git branch management for Vim
280 stars 16 forks source link

Support vim-flog for git log #21

Open krishnakumarg1984 opened 5 years ago

krishnakumarg1984 commented 5 years ago

Twiggy itself is only concerned with branching, but it does have very warm feelings toward the following plugins:

  • gv.vim
  • gitv

Can you additionally support the more modern & lightweight vim-flog?

sodapopcan commented 5 years ago

So I actually really regret the log feature. It was thrown together quickly because I wanted it, but not a lot of thought was put into it. I chose gitv and gv.vim (the latter of which is incredibly lightweight, btw) since their commands just pass their arguments along to git log without doing anything special. What I'd really like to do here is:

In the short term, I could provide a hacky way to define your own log mapping if you are very much wanting this sooner than later.

krishnakumarg1984 commented 5 years ago

Thank you for the explanation. I am happy to wait for a well thought-out implementation. Thanks for your hard work