a git logs viewer for (n)vim
A small script to view git logs inside (neo)vim without relying on plugins
Just run the program inside a git repo directory, if you want to view a different number of commits
then pass the -n flag with the number like so:
glo -n 80During operation type K (capital k) over a git hash to view the diff in a new tab, q to close
the tab, Q to exit.
# clone the repo
git clone https://github.com/eylles/gitlog-vim
cd gitlog-vim
make install clean
All credits go to NRK for originating this script in: https://nrk.neocities.org/articles/vim-gitlog

