Files
nvim/plugin/git.lua
T

5 lines
80 B
Lua

if vim.g.loaded_git then return end
vim.g.loaded_git = 1
require("git").init()