gitsigns, comment, cmake

This commit is contained in:
2022-03-16 21:04:13 +01:00
parent cf9b76d0e0
commit fbdad999cd
5 changed files with 43 additions and 37 deletions

9
lua/setup/gitsigns.lua Normal file
View File

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