fix(git): add missing git.util imports

This commit is contained in:
2026-04-28 09:13:27 +02:00
parent 37e5582795
commit f4167e2528
3 changed files with 4 additions and 0 deletions
+2
View File
@@ -1,3 +1,5 @@
local util = require("git.util")
local M = {}
local SENTINEL = "__NVIM_GIT_EDIT__"