From f4f8db99d1ef20f50805fe0396ff954f413445d5 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Tue, 16 Aug 2022 13:05:35 +0100 Subject: [PATCH] chore(nvim): disable current line blame --- roles/neovim/files/after/plugin/gitsigns.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/roles/neovim/files/after/plugin/gitsigns.lua b/roles/neovim/files/after/plugin/gitsigns.lua index 1f4af32..3cd84a2 100644 --- a/roles/neovim/files/after/plugin/gitsigns.lua +++ b/roles/neovim/files/after/plugin/gitsigns.lua @@ -16,7 +16,6 @@ Group.new("GitSignsChange", c.yellow) Group.new("GitSignsDelete", c.red) gitsigns.setup { - current_line_blame = true, linehl = false, numhl = true,