From 217fb6103bdc6f80cd36aebc97e889bc7d7db201 Mon Sep 17 00:00:00 2001 From: StuartStephens Date: Mon, 17 Mar 2025 21:13:39 -0400 Subject: [PATCH] fix description --- lua/custom/plugins/fugitive.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/custom/plugins/fugitive.lua b/lua/custom/plugins/fugitive.lua index 6f89f17d..f906630c 100644 --- a/lua/custom/plugins/fugitive.lua +++ b/lua/custom/plugins/fugitive.lua @@ -1,6 +1,6 @@ return { 'tpope/vim-fugitive', config = function() - vim.keymap.set('n', 'G', 'vertical G', { desc = 'Markdown Preview' }) + vim.keymap.set('n', 'G', 'vertical G', { desc = '[G]it Fugitive' }) end, }