From 051bc5db5872abc739aaf406fd5bec333eacd379 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Fri, 18 Aug 2023 05:25:55 -0500 Subject: [PATCH] refactor(nvim): do not use dev for neogit --- dots/.config/nvim/lua/plugins/configs/git.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dots/.config/nvim/lua/plugins/configs/git.lua b/dots/.config/nvim/lua/plugins/configs/git.lua index 6a6b35d1..5498687c 100644 --- a/dots/.config/nvim/lua/plugins/configs/git.lua +++ b/dots/.config/nvim/lua/plugins/configs/git.lua @@ -1,8 +1,7 @@ return { { - "NeogitOrg/neogit", + "neogitorg/neogit", cmd = { "Neogit" }, - dev = true, keys = { { "g", desc = "> Git" }, { "gg", "Neogit", desc = "Neogit: Open" },