dotfiles/.config/nvim/lua/plugins/lazygit.lua

7 lines
70 B
Lua
Raw Normal View History

return {
{
"kdheepak/lazygit.nvim",
cmd = "LazyGit",
},
}