mirror of
https://github.com/vim-airline/vim-airline.git
synced 2026-01-10 13:32:22 +08:00
update readme. resolves #109.
This commit is contained in:
@@ -3,22 +3,17 @@
|
||||
==============================================================================
|
||||
INTRODUCTION *airline*
|
||||
|
||||
There's already powerline <https://github.com/Lokaltog/powerline>, why yet
|
||||
another statusline?
|
||||
vim-airline is a fast and lightweight alternative to powerline, written
|
||||
in 100% vimscript with no outside dependencies.
|
||||
|
||||
* 100% vimscript; no python needed.
|
||||
* small. i want the core plugin to be less than 200 lines as a rule.
|
||||
* integrates with a variety of popular plugins, including:
|
||||
* fugitve <https://github.com/tpope/vim-fugitive>
|
||||
* syntastic <https://github.com/scrooloose/syntastic>
|
||||
* vim-bufferline <https://github.com/bling/vim-bufferline>
|
||||
* unite <https://github.com/Shougo/unite.vim>
|
||||
* ctrlp <https://github.com/kien/ctrlp.vim>
|
||||
* lawrencium <https://bitbucket.org/ludovicchabant/vim-lawrencium>
|
||||
==============================================================================
|
||||
FEATURES *airline-features*
|
||||
|
||||
* tiny core written with extensibility in mind.
|
||||
* integrates with many popular plugins.
|
||||
* looks good with regular fonts, and provides configuration points so you
|
||||
can use unicode or powerline symbols.
|
||||
* fast to load, taking roughly 1ms. by comparison, powerline needs 60ms
|
||||
on the same machine.
|
||||
* optimized for speed; it loads in 1ms.
|
||||
* fully customizable; if you know a little |statusline| syntax you can
|
||||
tweak it to your needs.
|
||||
* trivial to write colorschemes; for a minimal theme you need to edit
|
||||
|
||||
Reference in New Issue
Block a user