mirror of
https://github.com/tomru/nvim.git
synced 2026-03-03 22:47:18 +01:00
add some common stuff
This commit is contained in:
6
lua/plugins/git.lua
Normal file
6
lua/plugins/git.lua
Normal file
@@ -0,0 +1,6 @@
|
||||
return {
|
||||
'tpope/vim-fugitive',
|
||||
keys = {
|
||||
{ '<leader>gg', '<cmd>Git<cr>', desc = 'Git' },
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user