fix(gitsigns): Disabled the yadm option (it has been deprecated)

This commit is contained in:
kalmenn 2024-09-12 22:11:10 +02:00
parent 0777b097c0
commit 7ee3e1743a
Signed by: kalmenn
GPG key ID: F500055C44BC3834

View file

@ -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