dotfiles

custom linux config files managed with gnu stow

dotfiles

neovim/.config/nvim/lua/plugins/git.lua


return {
	'rbong/vim-flog',
	lazy=true,
	dependencies = {
		'tpope/vim-fugitive',
		lazy = false,
	},
	cmd = {
		'Flog',
	},
}

Download

raw zip tar