plugins/neogit: disable signs
This commit is contained in:
parent
4ebf5a91aa
commit
75213c2c4e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user