Files
nvim/lua/plugins/vim-fugitive.lua
2025-12-17 21:32:34 +07:00

7 lines
114 B
Lua

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