From 95a4492973955146155a4f75c83d179792f931aa Mon Sep 17 00:00:00 2001 From: Cameron Date: Wed, 20 Sep 2023 11:22:16 +0200 Subject: [PATCH] Update init.lua Update Neogit - there have been approximately 1240 commits since last updated. --- lua/doom/modules/features/neogit/init.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/doom/modules/features/neogit/init.lua b/lua/doom/modules/features/neogit/init.lua index 775ed4aa..b5563dff 100644 --- a/lua/doom/modules/features/neogit/init.lua +++ b/lua/doom/modules/features/neogit/init.lua @@ -4,8 +4,8 @@ neogit.settings = {} neogit.packages = { ["neogit"] = { - "TimUntersberger/neogit", - commit = "981207efd10425fef82ca09fa8bd22c3ac3e622d", + "NeogitOrg/neogit", + commit = "28b0227405e135424a79824ff6b840897cb4aba5", cmd = "Neogit", lazy = true, },