load fugitive when running Git command is ran

This commit is contained in:
Thomas Ruoff
2024-09-20 12:14:12 +02:00
parent 1a99590f9a
commit aa323bc8d6

View File

@@ -4,6 +4,7 @@ return {
keys = {
{ '<leader>gs', '<cmd>vert Git<cr>', desc = '[s]tatus' },
},
cmd = 'Git',
},
{
'FabijanZulj/blame.nvim',