mirror of
https://github.com/vim-airline/vim-airline.git
synced 2026-01-09 04:52:20 +08:00
hunks: add support for gitsigns.nvim
Refactor s:get_hunks_coc() so that parsing the hunk status can be reused by s:get_hunks_gitsigns(). Reorder s:get_hunks_coc() for consistent ordering with related code. Give gitsigns.nvim priority over coc-git when selecting b:source_func in hunks#get_raw_hunks().
This commit is contained in:
@@ -163,7 +163,7 @@ vim-airline integrates with a variety of plugins out of the box. These extensio
|
||||
#### [syntastic][5]
|
||||

|
||||
|
||||
#### hunks ([vim-gitgutter][29] & [vim-signify][30] & [coc-git][59])
|
||||
#### hunks ([vim-gitgutter][29], [vim-signify][30], [coc-git][59] & [gitsigns.nvim][63])
|
||||

|
||||
|
||||
#### [vimagit][50]
|
||||
@@ -369,3 +369,4 @@ If you are interested in becoming a maintainer (we always welcome more maintaine
|
||||
[60]: https://github.com/cdelledonne/vim-cmake
|
||||
[61]: http://github.com/lambdalisue/battery.vim/
|
||||
[62]: http://github.com/rbong/vim-flog/
|
||||
[63]: https://github.com/lewis6991/gitsigns.nvim
|
||||
|
||||
Reference in New Issue
Block a user