feat: lazygit added
This commit is contained in:
parent
96bd0e0e1c
commit
18d59dffdc
1 changed files with 16 additions and 0 deletions
16
.config/nvim/lua/bumpsoo/plugins/lazygit.lua
Normal file
16
.config/nvim/lua/bumpsoo/plugins/lazygit.lua
Normal file
|
|
@ -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" }
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue