keybinds
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
---@module 'lazy'
|
||||
---@type LazySpec
|
||||
return { 'tpope/vim-fugitive' }
|
||||
return {
|
||||
'tpope/vim-fugitive',
|
||||
keys = {
|
||||
{ '<leader>gd', '<cmd>Gvdiffsplit<CR>', desc = 'Git vertical diff' },
|
||||
{ '<leader>gc', '<cmd>Git<CR>', desc = 'Git status' },
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user