Files
nvim/lua/plugins/vim-fugitive.lua

7 lines
114 B
Lua

-- A Git wrapper so awesome, it should be illegal
return {
'tpope/vim-fugitive',
enabled = true,
lazy = true
}