mirror of
https://github.com/vim-airline/vim-airline.git
synced 2024-11-22 09:58:29 +08:00
[add] zoomwintab's document
[fix] mistake plugin name [add] zoomwintab's variable's config
This commit is contained in:
parent
a100e89671
commit
9840b26fa4
|
@ -7,6 +7,7 @@ This is the Changelog for the vim-airline project.
|
|||
- Extensions:
|
||||
- [poetv](https://github.com/petobens/poet-v) support
|
||||
- [vim-lsp](https://github.com/prabirshrestha/vim-lsp) support
|
||||
- [zoomwintab](https://github.com/troydm/zoomwintab.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
|
||||
|
|
|
@ -1530,6 +1530,23 @@ Shows number of errors and warnings in the current file detected by YCM.
|
|||
* set warning count prefix >
|
||||
let g:airline#extensions#ycm#warning_symbol = 'W:'
|
||||
<
|
||||
|
||||
------------------------------------- *airline-zoomwintab*
|
||||
zoomwintab <https://github.com/troydm/zoomwintab.vim>
|
||||
|
||||
* enable/disable zoomwintab integration >
|
||||
let g:airline#extensions#zoomwintab#enabled = 1
|
||||
|
||||
* zoomwintab's zoomin symbol >
|
||||
let g:airline#extensions#zoomwintab#status_zoomed_in = 'Currently Zoomed In'
|
||||
|
||||
default: '> Zoomed'
|
||||
|
||||
* zoomwintab's zoomout symbol >
|
||||
let g:airline#extensions#zoomwintab#status_zoomed_out ='Currently Zoomed Out'
|
||||
|
||||
default: ''
|
||||
|
||||
=============================================================================
|
||||
ADVANCED CUSTOMIZATION *airline-advanced-customization*
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user