master #1

Open
oli wants to merge 912 commits from master into lua
Showing only changes of commit 6689c9b523 - Show all commits

View File

@@ -35,7 +35,7 @@ require('gitsigns').setup({
current_line_blame = true, current_line_blame = true,
current_line_blame_opts = { current_line_blame_opts = {
virt_text = true, virt_text = true,
virt_text_pos = 'right_align', -- 'eol' | 'overlay' | 'right_align' virt_text_pos = 'eol', -- 'eol' | 'overlay' | 'right_align'
delay = 1000, delay = 1000,
ignore_whitespace = false, ignore_whitespace = false,
}, },