Add extension for fern.vim

This commit is contained in:
konafx
2020-07-11 18:21:53 +09:00
parent 768bd0f5c6
commit a7716dec4d
4 changed files with 52 additions and 0 deletions

View File

@@ -722,6 +722,16 @@ eclim <https://eclim.org>
|airline-syntastic| extension. >
let g:airline#extensions#eclim#enabled = 1
------------------------------------- *airline-fern*
fern.vim <https://github.com/lambdalisue/fern.vim>
Airline displays the fern.vim specific statusline.
(for details, see the help of fern.vim)
* enable/disable bufferline integration >
let g:airline#extensions#fern#enabled = 1
< default: 1
------------------------------------- *airline-fugitiveline*
This extension hides the fugitive://**// part of the buffer names, to only
show the file name as if it were in the current working tree.