Disable git line highlight by default
This commit is contained in:
parent
e48a39b0d4
commit
1ce6e03a72
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue