home: vim: git: work around partial staging issue
All checks were successful
ci/woodpecker/push/check Pipeline was successful

See [1].

[1]: https://github.com/lewis6991/gitsigns.nvim/issues/929
This commit is contained in:
Bruno BELANYI 2024-07-12 20:59:58 +01:00
parent a4da9cc614
commit bb8f25e130

View file

@ -28,6 +28,8 @@ gitsigns.setup({
-- Show the blame quickly -- Show the blame quickly
delay = 100, delay = 100,
}, },
-- Work-around for https://github.com/lewis6991/gitsigns.nvim/issues/929
signs_staged_enable = false,
}) })
local keys = { local keys = {