Files
nvim/plugin/git.lua
T

5 lines
81 B
Lua

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