fix description

This commit is contained in:
StuartStephens 2025-03-17 21:13:39 -04:00
parent 5e6992beb2
commit 217fb6103b
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
return { return {
'tpope/vim-fugitive', 'tpope/vim-fugitive',
config = function() config = function()
vim.keymap.set('n', '<leader>G', '<cmd>vertical G<cr>', { desc = 'Markdown Preview' }) vim.keymap.set('n', '<leader>G', '<cmd>vertical G<cr>', { desc = '[G]it Fugitive' })
end, end,
} }