Skip to content

Commit

Permalink
Add lazygit plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
thestbar committed May 18, 2024
1 parent 731f6b7 commit d806608
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions lua/plugins/lazygit.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
return {
"kdheepak/lazygit.nvim",
cmd = {
"LazyGit",
"LazyGitConfig",
"LazyGitCurrentFile",
"LazyGitFilter",
"LazyGitFilterCurrentFile",
},
dependencies = {
"nvim-lua/plenary.nvim",
},
keys = {
{ "<leader>lg", "<cmd>LazyGit<cr>", desc = "LazyGit" },
},
}

0 comments on commit d806608

Please sign in to comment.