Files
nvim/lua/plugins/fugitive.lua
hgranthorner 0485e97fd2 initial commit
2026-09-14 16:09:15 -04:00

6 lines
114 B
Lua

vim.pack.add({
'https://github.com/tpope/vim-fugitive',
})
vim.keymap.set("n", "<leader>gg", "<CMD>Git<CR>")