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