dotfiles/.config/nvim/lua/plugins/vcs.lua

5 lines
66 B
Lua
Raw Normal View History

2024-07-30 09:21:48 -04:00
return {
{ 'tpope/vim-fugitive' },
{ 'tpope/vim-rhubarb' },
}