1
0

plugins/neogit: disable signs

This commit is contained in:
Patrick Auernig 2024-10-05 21:12:27 +02:00
parent 4ebf5a91aa
commit 75213c2c4e

View File

@ -13,6 +13,13 @@ spec.keys = {
{ "<Leader>vpup", "<cmd>!git push<CR>", desc = "Push local commits to upstream" },
}
spec.config = true
spec.config = {
-- handled by statuscol
signs = {
hunk = { "", "" },
item = { "", "" },
section = { "", "" },
}
}
return spec