From 40703c6db19033d8c4fc1d37b5b16521de5cc3ee Mon Sep 17 00:00:00 2001 From: Oscar Wallberg Date: Wed, 6 May 2026 01:33:59 +0200 Subject: [PATCH] style(git): apply formatting --- plugin/git.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/plugin/git.lua b/plugin/git.lua index c98400f..8d38679 100644 --- a/plugin/git.lua +++ b/plugin/git.lua @@ -1,4 +1,6 @@ -if vim.g.loaded_git then return end +if vim.g.loaded_git then + return +end vim.g.loaded_git = 1 require("git").init()