diff --git a/lua/plugins/editor.lua b/lua/plugins/editor.lua index 2d11c4d..7b9b3c3 100644 --- a/lua/plugins/editor.lua +++ b/lua/plugins/editor.lua @@ -172,6 +172,18 @@ return { changedelete = { text = "▎" }, untracked = { text = "▎" }, }, + signs_staged = { + add = { text = "▎" }, + change = { text = "▎" }, + delete = { text = "" }, + topdelete = { text = "" }, + changedelete = { text = "▎" }, + }, + }, + keys = { + { "ghb", ":Gitsigns blame_line", desc = "Blame line" }, + { "ghs", ":Gitsigns stage_hunk", desc = "Stage hunk", mode = { "n", "v" } }, + { "ghr", ":Gitsigns reset_hunk", desc = "Reset hunk", mode = { "n", "v" } }, }, }, {