9 lines
128 B
Lua

-- git support stuff
--
return {
{
"tpope/vim-fugitive",
event = "User GitPrompt", -- 按需加载
},
}