From c7b1bc4648043b25be80a96917303b4f8775170a Mon Sep 17 00:00:00 2001 From: Patrick Auernig Date: Sat, 5 Apr 2025 22:19:47 +0200 Subject: [PATCH] Use opts instead of config for neogit --- lua/valeth/plugins/core/neogit.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/valeth/plugins/core/neogit.lua b/lua/valeth/plugins/core/neogit.lua index e963fad..b1fcf54 100644 --- a/lua/valeth/plugins/core/neogit.lua +++ b/lua/valeth/plugins/core/neogit.lua @@ -13,7 +13,7 @@ spec.keys = { { "vpup", "!git push", desc = "Push local commits to upstream" }, } -spec.config = { +spec.opts = { -- handled by statuscol signs = { hunk = { "", "" },