From a12f9bbb8756856bb8f09d12baee585ece4c62c8 Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Tue, 10 Sep 2024 10:02:31 +0100 Subject: [PATCH] astrocommunity: enable neogit --- lua/community.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/community.lua b/lua/community.lua index 39bc24e..ba852fc 100644 --- a/lua/community.lua +++ b/lua/community.lua @@ -38,8 +38,8 @@ return { { import = "astrocommunity.file-explorer.oil-nvim" }, -- git - -- { import = "astrocommunity.git.neogit" }, { import = "astrocommunity.git.gitgraph-nvim" }, + { import = "astrocommunity.git.neogit" }, -- lsp { import = "astrocommunity.lsp.inc-rename-nvim" },