LazyGit support.
This commit is contained in:
parent
d488104057
commit
5040adf295
3 changed files with 31 additions and 0 deletions
|
@ -40,6 +40,13 @@ return {
|
|||
},
|
||||
},
|
||||
|
||||
{
|
||||
"kdheepak/lazygit.nvim",
|
||||
keys = {
|
||||
{ "<leader>lg", "<cmd>LazyGit<cr>", desc = "LazyGit" },
|
||||
},
|
||||
}
|
||||
|
||||
-- Install a plugin
|
||||
-- {
|
||||
-- "max397574/better-escape.nvim",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue