From a8b176df9538d81ac6b94a70ef41b379a568ff3b Mon Sep 17 00:00:00 2001 From: Simon Lasbrugnas Date: Mon, 11 Nov 2024 14:34:07 +0100 Subject: [PATCH] chore(lazygit): remove comments --- lua/custom/plugins/lazygit.lua | 3 --- 1 file changed, 3 deletions(-) diff --git a/lua/custom/plugins/lazygit.lua b/lua/custom/plugins/lazygit.lua index 5c77df0..e944f57 100644 --- a/lua/custom/plugins/lazygit.lua +++ b/lua/custom/plugins/lazygit.lua @@ -8,12 +8,9 @@ return { "LazyGitFilter", "LazyGitFilterCurrentFile", }, - -- optional for floating window border decoration dependencies = { "nvim-lua/plenary.nvim", }, - -- setting the keybinding for LazyGit with 'keys' is recommended in - -- order to load the plugin when the command is run for the first time keys = { { "lg", "LazyGit", desc = "LazyGit" } }