summaryrefslogtreecommitdiffstats
path: root/lua/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'lua/plugins')
-rw-r--r--lua/plugins/general.lua3
1 files changed, 1 insertions, 2 deletions
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 = {
{ '<leader>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',