hunks: integrate coc-git extension

The coc-git extension to coc does show similar statistics as e.g.
gitgutter, therefore, integrate the coc-git interface into the hunk
extension.

closes #2094
This commit is contained in:
Christian Brabandt
2020-03-29 17:30:29 +02:00
parent 02a0ab4b59
commit a13bed2f51
3 changed files with 27 additions and 2 deletions
+1
View File
@@ -10,6 +10,7 @@ This is the Changelog for the vim-airline project.
- Improvements
- git branch can also be displayed using [gina.vim](https://github.com/lambdalisue/gina.vim)
- coc extensions can also show additional status messages
- [coc-git](https://github.com/neoclide/coc-git) extension integrated into hunks extension
- Other
- Introduce Vim script static analysis using [reviewdog](https://github.com/reviewdog/action-vint)
- Added multiple Vim versions to unit tests using Travis CI