LazyGit support.

This commit is contained in:
Bartek Stalewski 2024-04-08 23:43:06 +02:00
parent d488104057
commit 5040adf295
No known key found for this signature in database
3 changed files with 31 additions and 0 deletions

View file

@ -40,6 +40,13 @@ return {
},
},
{
"kdheepak/lazygit.nvim",
keys = {
{ "<leader>lg", "<cmd>LazyGit<cr>", desc = "LazyGit" },
},
}
-- Install a plugin
-- {
-- "max397574/better-escape.nvim",