From 4665a3b753eac59dc6c0d68f18b403152530f578 Mon Sep 17 00:00:00 2001 From: Oliver Hartmann Date: Tue, 16 May 2023 20:50:26 +0200 Subject: [PATCH] description for lazygit keys --- lua/plugins/lazygit.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lua/plugins/lazygit.lua b/lua/plugins/lazygit.lua index 59a9a4e..fab51cd 100644 --- a/lua/plugins/lazygit.lua +++ b/lua/plugins/lazygit.lua @@ -18,7 +18,8 @@ return { 'g', function() require('lazygit').lazygit() - end + end, + desc = 'LazyGit' } } }