Decrease delay for gitsigns blame

This commit is contained in:
2021-10-17 15:53:24 +03:00
parent 1577971722
commit 0bcb2f3ec8

View File

@@ -35,7 +35,7 @@ lua << EOF
current_line_blame_opts = {
virt_text = true,
virt_text_pos = 'eol', -- 'eol' | 'overlay' | 'right_align'
delay = 1000,
delay = 500,
},
current_line_blame_formatter_opts = {
relative_time = false