summaryrefslogtreecommitdiffstatshomepage
path: root/nvim/lua/plugins/neogit.lua
blob: ad1f275d2ff4f3b7a3cda052a82d9b6d96ccc177 (plain)
1
2
3
4
5
6
local status_ok, neogit = pcall(require, "neogit")
if not status_ok then
	return
end

neogit.setup {}