Files
neovim/lua/plugins/fugitive.lua
2025-10-10 12:19:28 +02:00

8 lines
70 B
Lua

return {
'tpope/vim-fugitive',
cmd = {
"G",
},
}