[add] fzf integration's document

This commit is contained in:
kazukazuinaina 2020-06-19 20:44:09 +09:00
parent 5ce3e63658
commit bcabad32cf
2 changed files with 8 additions and 0 deletions

View File

@ -10,6 +10,7 @@ This is the Changelog for the vim-airline project.
- [zoomwintab](https://github.com/troydm/zoomwintab.vim) support
- [Vaffle](https://github.com/cocopon/vaffle.vim) support
- [vim-dirvish](https://github.com/justinmk/vim-dirvish) support
- [fzf.vim](https://github.com/junegunn/fzf.vim) support
- Improvements
- git branch can also be displayed using [gina.vim](https://github.com/lambdalisue/gina.vim)
- coc extensions can also show additional status messages

View File

@ -733,6 +733,13 @@ It is deactivated by default if |airline-bufferline| is activated.
If enabled, the buffer that comes from fugitive, will have added a trailing
"[git]" to be able do distinguish between fugitive and non-fugitive buffers.
------------------------------------- *airline-fzf*
fzf <https://github.com/junegunn/fzf>
fzf.vim <https://github.com/junegunn/fzf.vim>
* enable/disable fzf integration >
let g:airline#extensions#fzf#enabled = 1
------------------------------------- *airline-gina*
gina.vim <https://github.com/lambdalisue/gina.vim>