mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-01-20 01:52:47 +08:00
no love for gui users...
This commit is contained in:
parent
d0579e012c
commit
cf798d8783
|
@ -35,6 +35,8 @@ Automatically displays all buffers when there's only one tab open. This is disa
|
|||
|
||||
![tabline](https://f.cloud.github.com/assets/306502/1072623/44c292a0-1495-11e3-9ce6-dcada3f1c536.gif)
|
||||
|
||||
Note: This extension only works in terminal vim at the moment.
|
||||
|
||||
## Seamless integration
|
||||
|
||||
vim-airline integrates with a variety of plugins out of the box. These extensions will be lazily loaded if and only if you have the other plugins installed (and of course you can turn them off).
|
||||
|
|
|
@ -302,7 +302,7 @@ virtualenv <https://github.com/jmcantrell/vim-virtualenv>
|
|||
* configure filename match rules to exclude from the tabline. >
|
||||
let g:airline#extensions#tabline#excludes = []
|
||||
<
|
||||
Note: You will likely want to set |showtabline| to 2.
|
||||
Note: This extension only works in terminal vim at the moment.
|
||||
|
||||
==============================================================================
|
||||
ADVANCED CUSTOMIZATION *airline-advanced-customization*
|
||||
|
|
Loading…
Reference in New Issue
Block a user