Skip to content

niuiic/git-log.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

git-log.nvim

Check git log of the selected code.

More neovim plugins

Usage

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

Remember to save the file before calling this function.

Dependencies

Config

Default configuration here.

{
	-- args of git log
	extra_args = {},
	-- window options
	win = {
		border = "rounded",
		width_ratio = 0.6,
		height_ratio = 0.8,
	},
	keymap = {
		-- keymap to close the window
		close = "q",
	},
}

About

Check git log of the selected code.

Topics

Resources

License

Stars

Watchers

Forks

Languages