7 lines
114 B
Lua
7 lines
114 B
Lua
-- A Git wrapper so awesome, it should be illegal
|
|
return {
|
|
'tpope/vim-fugitive',
|
|
enabled = true,
|
|
lazy = true
|
|
}
|