remove statement that vim-airline is not configurable (close #12)

This commit is contained in:
itchyny
2013-08-28 06:42:06 +09:00
parent 5b3011196f
commit 47f5b90879

View File

@@ -54,7 +54,7 @@ landscape is my colorscheme, which is a high-contrast cui-supported colorscheme,
## Why yet another clone of powerline?
+ [vim-powerline](https://github.com/Lokaltog/vim-powerline) is a nice plugin, but deprecated.
+ [powerline](https://github.com/Lokaltog/powerline) is a nice plugin, but difficult to configure.
+ [vim-airline](https://github.com/bling/vim-airline) is a nice plugin, but not configurable. Also, it does *too much* for other plugins, which should be done by users in `.vimrc`.
+ [vim-airline](https://github.com/bling/vim-airline) is a nice plugin, it uses functions of other plugins, which should be done by users in `.vimrc`.
## Spirit of this plugin
+ Minimalism. The core script is very small.