kickstart.nvim/lua/plugins/snacks/git.lua

17 lines
245 B
Lua

return {
git = { enabled = true },
gitbrowse = {
enabled = true,
notify = true,
what = "commit",
},
lazygit = {
enabled = true,
float = {
border = "rounded",
width = 0.9,
height = 0.9,
},
},
}