home: vim: git: work around partial staging issue
See [1]. [1]: https://github.com/lewis6991/gitsigns.nvim/issues/929
This commit is contained in:
parent
5592a120a4
commit
5ffe2653c0
|
@ -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 = {
|
||||||
|
|
Loading…
Reference in a new issue