From aeed123f0e838e4f8cb93a737b249c5ea71cfd5b Mon Sep 17 00:00:00 2001 From: rootiest Date: Wed, 7 Aug 2024 19:52:17 -0400 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=EF=B8=8F=20=20refactor(lazygit):=20la?= =?UTF-8?q?zygit=20tweaks?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Small tweaks to lazygit configuration --- lua/plugins/util.lua | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lua/plugins/util.lua b/lua/plugins/util.lua index 15a1d7b..89a7a34 100644 --- a/lua/plugins/util.lua +++ b/lua/plugins/util.lua @@ -129,15 +129,19 @@ return { "LazyGitFilterCurrentFile", }, keys = { - { + { -- LazyGit "lg", "LazyGit", desc = "LazyGit", }, }, dependencies = { + "nvim-telescope/telescope.nvim", "nvim-lua/plenary.nvim", }, + config = function() + require("telescope").load_extension("lazygit") + end, }, { -- Codesnap "mistricky/codesnap.nvim",