[add] fzf integration's document
This commit is contained in:
parent
5ce3e63658
commit
bcabad32cf
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue