Finalizing 5150.nvim with Kickstart
This commit is contained in:
parent
d1f7a105c2
commit
8595f2c047
6 changed files with 157 additions and 5 deletions
7
lua/kickstart/plugins/fugitive.lua
Normal file
7
lua/kickstart/plugins/fugitive.lua
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
return {
|
||||
'tpope/vim-fugitive',
|
||||
cmd = { 'Git', 'G' },
|
||||
keys = {
|
||||
{ '<leader>gg', '<cmd>Git<CR>', desc = 'Git Status' },
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue