adding in vim fugitive instead of lazygit

This commit is contained in:
talksik
2023-07-20 19:57:41 -07:00
parent 8c8e776fa0
commit cfde98d3c4
4 changed files with 15 additions and 1 deletions
+1
View File
@@ -0,0 +1 @@
vim.keymap.set('n', '<leader>gg', function() vim.cmd('Git') end, {})