niuiic/git-log.nvim

github github
git
stars 19
issues 0
subscribers 2
forks 0
CREATED

2023-09-28

UPDATED

2 months ago


git-log.nvim

Check git log of the selected code.

More neovim plugins

Usage

Just call require("git-log").check_log().

Avaiable options:

require("git-log").check_log({
    extra_args = {},
    window_width_ratio = 0.6,
    window_height_ratio = 0.8,
    quit_key = "q",
})

Remember to save the file before calling this function.

Dependencies