gitsigns: enable line blame
This commit is contained in:
parent
12e029571f
commit
59fca1d462
1 changed files with 6 additions and 0 deletions
|
@ -1,4 +1,10 @@
|
||||||
return {
|
return {
|
||||||
"lewis6991/gitsigns.nvim",
|
"lewis6991/gitsigns.nvim",
|
||||||
opts = {},
|
opts = {},
|
||||||
|
config = {
|
||||||
|
current_line_blame = true,
|
||||||
|
current_line_blame_opts = {
|
||||||
|
delay = 100,
|
||||||
|
},
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue