mirror of
https://github.com/tomru/nvim.git
synced 2026-03-04 06:57:15 +01:00
7 lines
103 B
Lua
7 lines
103 B
Lua
return {
|
|
'tpope/vim-fugitive',
|
|
keys = {
|
|
{ '<leader>gg', '<cmd>Git<cr>', desc = 'Git' },
|
|
},
|
|
}
|