fix(gitsigns): attach to untracked

This commit is contained in:
2025-03-29 21:59:27 +01:00
parent 363c16b338
commit c8eba3f173
+1 -3
View File
@@ -52,8 +52,6 @@ return {
end end
) )
end, end,
signs = { attach_to_untracked = true,
untracked = { text = "" },
},
}, },
} }