dotfiles/.config/nvim/lua/plugins/vcs.lua
2024-07-30 09:21:56 -04:00

4 lines
66 B
Lua

return {
{ 'tpope/vim-fugitive' },
{ 'tpope/vim-rhubarb' },
}