mirror of
https://github.com/vim-airline/vim-airline.git
synced 2024-11-22 15:23:55 +08:00
add author information into the docs.
This commit is contained in:
parent
07a8bc6258
commit
8966e7c3e6
|
@ -1,7 +1,7 @@
|
||||||
*airline.txt* Lean and mean statusline that's light as air
|
*airline.txt* Lean and mean statusline that's light as air
|
||||||
|
|
||||||
==============================================================================
|
==============================================================================
|
||||||
RATIONALE *airline*
|
INTRODUCTION *airline*
|
||||||
|
|
||||||
There's already powerline <https://github.com/Lokaltog/powerline>, why yet
|
There's already powerline <https://github.com/Lokaltog/powerline>, why yet
|
||||||
another statusline?
|
another statusline?
|
||||||
|
@ -19,7 +19,7 @@ another statusline?
|
||||||
can use unicode or powerline symbols.
|
can use unicode or powerline symbols.
|
||||||
* it's fast to load, taking roughly 1ms. by comparison, powerline needs
|
* it's fast to load, taking roughly 1ms. by comparison, powerline needs
|
||||||
60ms on the same machine.
|
60ms on the same machine.
|
||||||
* it's fully customizable; if you know a little statusline syntax you can
|
* it's fully customizable; if you know a little |statusline| syntax you can
|
||||||
tweak it to your needs.
|
tweak it to your needs.
|
||||||
* it's trivial to write colorschemes; for a minimal theme you need to edit
|
* it's trivial to write colorschemes; for a minimal theme you need to edit
|
||||||
9 lines of colors. (please send pull requests if you create new themes!)
|
9 lines of colors. (please send pull requests if you create new themes!)
|
||||||
|
@ -158,21 +158,23 @@ example that you could add to your vimrc:
|
||||||
<
|
<
|
||||||
|
|
||||||
==============================================================================
|
==============================================================================
|
||||||
COMMANDS *airline-commands*
|
COMMANDS *airline-commands*
|
||||||
>
|
>
|
||||||
:AirlineTheme {theme-name} *:AirlineTheme*
|
:AirlineTheme {theme-name} *:AirlineTheme*
|
||||||
Displayes or changes the current theme.
|
Displayes or changes the current theme.
|
||||||
|
|
||||||
==============================================================================
|
==============================================================================
|
||||||
CONTRIBUTIONS *airline-contributions*
|
CONTRIBUTIONS *airline-contributions*
|
||||||
|
|
||||||
contributions and pull requests are welcome.
|
Contributions and pull requests are welcome.
|
||||||
|
|
||||||
==============================================================================
|
==============================================================================
|
||||||
LICENSE *airline-license*
|
LICENSE *airline-license*
|
||||||
|
|
||||||
>
|
Copyright © Bailey Ling.
|
||||||
:help license
|
|
||||||
<
|
Distributed under the same terms as the vim |license|.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
vim:tw=78:ts=8:ft=help:norl:
|
vim:tw=78:ts=8:ft=help:norl:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user