From 406fb2164d8c61b84d9fe17b7871365dbf0ff21a Mon Sep 17 00:00:00 2001 From: Bailey Ling Date: Sat, 3 Aug 2013 20:55:58 +0000 Subject: [PATCH] swap features and rationale in readme --- README.md | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 14c895bc..d988d42c 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,16 @@ Lean & mean statusline for vim that's light as air. ![img](https://github.com/bling/vim-airline/wiki/screenshots/demo.gif) +# Features + +* tiny core (under 200 lines), written with extensibility in mind (specifically adhering to the [open/closed principle][h]). +* integrates with a variety of plugins: [vim-bufferline][f], [fugitive][d], [unite][i], [ctrlp][j], [minibufexpl][o], [gundo][p], [undotree][q], [nerdtree][r], [tagbar][s], [syntastic][e] and [lawrencium][u]. +* looks good with regular fonts and provides configuration points so you can use unicode or powerline symbols. +* 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 9 lines of colors (please send pull requests). +* supports 7.2 as the minimum Vim version + # Rationale There's already [powerline][b], why yet another statusline? @@ -16,15 +26,6 @@ What about [vim-powerline][a]? * vim-powerline has been deprecated as a result, and no features will be added to it. * vim-powerline uses different font codes, so if you want to use it with a powerline themed tmux (for example), it will not work. -# Features - -* tiny core (under 200 lines), written with extensibility in mind (specifically adhering to the [open/closed principle][h]). -* integrates with a variety of plugins: [vim-bufferline][f], [fugitive][d], [unite][i], [ctrlp][j], [minibufexpl][o], [gundo][p], [undotree][q], [nerdtree][r], [tagbar][s], [syntastic][e] and [lawrencium][u]. -* looks good with regular fonts and provides configuration points so you can use unicode or powerline symbols. -* 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 9 lines of colors (please send pull requests). - # Where did the name come from? I wrote the initial version on an airplane, and since it's light as air it turned out to be a good name. Thanks for flying vim!