Finalizing 5150.nvim with Kickstart

This commit is contained in:
MShock5150 2025-08-01 00:45:10 -05:00
parent d1f7a105c2
commit 8595f2c047
6 changed files with 157 additions and 5 deletions

View file

@ -0,0 +1,7 @@
return {
'tpope/vim-fugitive',
cmd = { 'Git', 'G' },
keys = {
{ '<leader>gg', '<cmd>Git<CR>', desc = 'Git Status' },
},
}