Files
nix-config/home/base/server/neovim/lua/plugins/lazygit.lua
2023-07-10 19:11:49 +08:00

7 lines
108 B
Lua

return {
"kdheepak/lazygit.nvim",
keys = {
{ "<Leader>g", "<cmd>LazyGit<CR>", desc = "lazygit" },
},
}