Disable git line highlight by default

This commit is contained in:
Evie Litherland-Smith 2022-11-09 09:25:23 +00:00
parent e48a39b0d4
commit 1ce6e03a72

View file

@ -1,7 +1,7 @@
require('gitsigns').setup {
signcolumn = true,
numhl = true,
linehl = true,
linehl = false,
current_line_blame = true,
word_diff = false,
on_attach = function(bufnr)