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)
|
||||
|
||||
gitsigns.setup {
|
||||
current_line_blame = true,
|
||||
linehl = false,
|
||||
numhl = true,
|
||||
|
||||
|
|
Loading…
Reference in a new issue