chore(nvim): disable current line blame

This commit is contained in:
Oliver Davies 2022-08-16 13:05:35 +01:00
parent 182a3bf861
commit f4f8db99d1

View file

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