more restructure

This commit is contained in:
2022-12-28 14:29:23 +01:00
parent fd16ef223a
commit ce61facff9
18 changed files with 533 additions and 545 deletions

12
lua/plugins/gitsigns.lua Normal file
View File

@ -0,0 +1,12 @@
return {
'lewis6991/gitsigns.nvim',
config = {
current_line_blame = false,
current_line_blame_opts = {
virt_text = true,
virt_text_pos = 'eol', -- 'eol' | 'overlay' | 'right_align'
delay = 1000,
ignore_whitespace = false,
},
}
}