From 75213c2c4ebd19adc57b9ccb3a6bf169c62454c5 Mon Sep 17 00:00:00 2001 From: Patrick Auernig Date: Sat, 5 Oct 2024 21:12:27 +0200 Subject: [PATCH] plugins/neogit: disable signs --- lua/valeth/plugins/neogit.lua | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/lua/valeth/plugins/neogit.lua b/lua/valeth/plugins/neogit.lua index 4befbb9..e963fad 100644 --- a/lua/valeth/plugins/neogit.lua +++ b/lua/valeth/plugins/neogit.lua @@ -13,6 +13,13 @@ spec.keys = { { "vpup", "!git push", desc = "Push local commits to upstream" }, } -spec.config = true +spec.config = { + -- handled by statuscol + signs = { + hunk = { "", "" }, + item = { "", "" }, + section = { "", "" }, + } +} return spec