Use <leader>sg to view git hunks

This commit is contained in:
2021-10-19 20:35:31 +03:00
parent 17778d895a
commit 21acf44cf8
2 changed files with 5 additions and 0 deletions

View File

@@ -31,6 +31,8 @@ lua << EOF
virt_text_pos = 'eol', -- 'eol' | 'overlay' | 'right_align'
delay = 500,
},
signcolumn = false,
linehl = false,
current_line_blame_formatter_opts = {
relative_time = false
}