From 6fdea2d9d9b0f4bd37d2122e8e1244f7ba888f29 Mon Sep 17 00:00:00 2001 From: Taken Date: Mon, 3 Jul 2023 12:42:55 +0200 Subject: [PATCH] Updated neogit remote --- lua/taken/packer.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/taken/packer.lua b/lua/taken/packer.lua index 933fd69..9472358 100644 --- a/lua/taken/packer.lua +++ b/lua/taken/packer.lua @@ -99,7 +99,7 @@ return packer.startup({ "numToStr/Comment.nvim", config = function() end, }) - use({ "TimUntersberger/neogit", requires = "nvim-lua/plenary.nvim" }) + use({ "NeogitOrg/neogit", requires = "nvim-lua/plenary.nvim" }) use("sindrets/diffview.nvim") use("windwp/nvim-autopairs") use({ "windwp/nvim-ts-autotag", after = "nvim-treesitter" })