fix(gitsigns): Disabled the yadm option (it has been deprecated)
This commit is contained in:
parent
0777b097c0
commit
7ee3e1743a
|
@ -3,9 +3,6 @@ return {
|
|||
"lewis6991/gitsigns.nvim",
|
||||
opts = {
|
||||
current_line_blame = true,
|
||||
yadm = {
|
||||
enable = true,
|
||||
},
|
||||
on_attach = function(bufnr)
|
||||
local gs = package.loaded.gitsigns
|
||||
|
||||
|
|
Loading…
Reference in a new issue