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, }