From e1d77419a65e1b08f6f8c0827d148a30759664f1 Mon Sep 17 00:00:00 2001 From: Cameron Date: Tue, 21 Nov 2023 22:39:25 +0100 Subject: [PATCH] Shush, daddy needs this --- lua/neogit/lib/folds.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/neogit/lib/folds.lua b/lua/neogit/lib/folds.lua index 8a5d5422a..85286f9c2 100644 --- a/lua/neogit/lib/folds.lua +++ b/lua/neogit/lib/folds.lua @@ -42,6 +42,7 @@ function M.fold_text() end function M.setup() + -- selene: allow(global_usage) _G.NeogitBufferFoldText = M.fold_text end