refactor(git): centralize registrations, defer submodule loads

This commit is contained in:
2026-04-30 16:23:18 +02:00
parent bf9cc73626
commit 8e6b13a7a3
7 changed files with 131 additions and 151 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
if vim.g.loaded_git then return end
vim.g.loaded_git = 1
require("git").setup()
require("git").init()