From b4399bedea5e8b3fb6612b4c5483248f09089efc Mon Sep 17 00:00:00 2001 From: Nanderty Date: Mon, 16 Oct 2023 22:18:34 +0200 Subject: new git plugin final test --- lua/plugins/general.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lua/plugins') diff --git a/lua/plugins/general.lua b/lua/plugins/general.lua index c80934c..6f7afc5 100644 --- a/lua/plugins/general.lua +++ b/lua/plugins/general.lua @@ -16,7 +16,6 @@ return { end, }, { - 'NeogitOrg/neogit', keys = { { 'a', function() require('neogit').open() end, desc = 'git' }, @@ -24,7 +23,7 @@ return { dependencies = { 'nvim-lua/plenary.nvim', }, - config = true + config = true }, { 'ludovicchabant/vim-gutentags', -- cgit v1.2.3