feat(nvim): show git blame on current line

This commit is contained in:
Oliver Davies 2022-07-12 09:28:33 +01:00
parent 7f2b1d985a
commit 6b70074004

View file

@ -16,6 +16,7 @@ Group.new("GitSignsChange", c.yellow)
Group.new("GitSignsDelete", c.red)
gitsigns.setup {
current_line_blame = true,
linehl = false,
numhl = true,