summaryrefslogtreecommitdiff
path: root/config/nvim/lua/plugins/neogit.lua
blob: 3932bc11b91b9ff8dd80160c8db7ace31ed5066f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
return {
	"NeogitOrg/neogit",
	dependencies = {
		"nvim-lua/plenary.nvim",
		"sindrets/diffview.nvim",
	},
	cmd = "Neogit",
	keys = {
		{ "<leader>gg", "<cmd>Neogit<cr>", desc = "Show Neogit UI" },
	},
}