feat(git): :Glog command, per-module setup, plugin/ auto-init

This commit is contained in:
2026-04-30 15:05:47 +02:00
parent 282ec2602d
commit 217390cfa4
9 changed files with 153 additions and 108 deletions
+4
View File
@@ -0,0 +1,4 @@
if vim.g.loaded_git then return end
vim.g.loaded_git = 1
require("git").setup()