♻️ refactor(lazygit): lazygit tweaks

Small tweaks to lazygit configuration
This commit is contained in:
2024-08-07 19:52:17 -04:00
parent eaf6a26b40
commit aeed123f0e
+5 -1
View File
@@ -129,15 +129,19 @@ return {
"LazyGitFilterCurrentFile",
},
keys = {
{
{ -- LazyGit
"<leader>lg",
"<cmd>LazyGit<cr>",
desc = "LazyGit",
},
},
dependencies = {
"nvim-telescope/telescope.nvim",
"nvim-lua/plenary.nvim",
},
config = function()
require("telescope").load_extension("lazygit")
end,
},
{ -- Codesnap
"mistricky/codesnap.nvim",