12 lines
205 B
Lua
12 lines
205 B
Lua
return {
|
|
'lewis6991/gitsigns.nvim',
|
|
opts = {
|
|
current_line_blame = true,
|
|
attach_to_untracked = true,
|
|
current_line_blame_opts = {
|
|
delay = 500,
|
|
},
|
|
}
|
|
}
|
|
|