11 lines
251 B
Lua
11 lines
251 B
Lua
return {
|
|
"lewis6991/gitsigns.nvim",
|
|
event = "VeryLazy",
|
|
opts = {
|
|
current_line_blame = true,
|
|
current_line_blame_opts = {
|
|
delay = 300,
|
|
},
|
|
on_attach = require "my.keymaps".gitsigns_keymaps,
|
|
}
|
|
}
|