kickstart.nvim/lua/custom/plugins/vim_fugitive.lua

7 lines
65 B
Lua

return {
'tpope/vim-fugitive',
config = function()
end,
}