Nvim: add lazygit
This commit is contained in:
parent
08374ad62e
commit
9c73eb4fea
1 changed files with 17 additions and 0 deletions
17
home/.config/nvim/lua/plugins/lazygit.lua
Normal file
17
home/.config/nvim/lua/plugins/lazygit.lua
Normal file
|
@ -0,0 +1,17 @@
|
|||
return {
|
||||
"kdheepak/lazygit.nvim",
|
||||
lazy = true,
|
||||
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