7 lines
84 B
Lua
7 lines
84 B
Lua
if vim.g.loaded_git then
|
|
return
|
|
end
|
|
vim.g.loaded_git = 1
|
|
|
|
require("git").init()
|