vim/plugin
Kenneth Benzie (Benie) 315b5365ea Replace vim-gitgutter with vim-signify
vim-gitgutter is buggy. vim-signify might be better, it does allow
configuration of which events trigger a sign column update and this
patch takes advantage of that. Firstly, the `CursorHold` and
`CursorHoldI` events are disabled and replaced with `InsertLeave` and
`TextChanged` events. This makes the sign column updates immediate, and
since vim-signify is asynchronous it's faster too.
2021-01-26 23:39:31 +00:00
..
2018-08-26 10:50:08 +01:00
2020-10-07 11:30:48 +01:00