feat(nvim): show git blame on current line
This commit is contained in:
parent
7f2b1d985a
commit
6b70074004
|
@ -16,6 +16,7 @@ Group.new("GitSignsChange", c.yellow)
|
||||||
Group.new("GitSignsDelete", c.red)
|
Group.new("GitSignsDelete", c.red)
|
||||||
|
|
||||||
gitsigns.setup {
|
gitsigns.setup {
|
||||||
|
current_line_blame = true,
|
||||||
linehl = false,
|
linehl = false,
|
||||||
numhl = true,
|
numhl = true,
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue