camspiers / snap

A fast finder system for neovim.
The Unlicense
490 stars 17 forks source link

Feature request: add git commit browser #32

Open figsoda opened 3 years ago

figsoda commented 3 years ago

Add git commit browser that uses git log as a producer and git diff as preview, similar to Commits provided by https://github.com/junegunn/fzf.vim

camspiers commented 3 years ago

This branch has the beginnings of the feature, but it isn't complete yet:

https://github.com/camspiers/snap/tree/feature/git-log

You can browse commits, but there isn't a preview for them yet.