Merge pull request #2156 from kazukazuinaina/add_fzf_extension_doc

[add] fzf integration's document
This commit is contained in:
Christian Brabandt 2020-06-22 08:41:50 +02:00 committed by GitHub
commit 8be6a2ecd5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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>