From 47f5b908795eebaf60a53217d3fecba234c9bc2a Mon Sep 17 00:00:00 2001 From: itchyny Date: Wed, 28 Aug 2013 06:42:06 +0900 Subject: [PATCH] remove statement that vim-airline is not configurable (close #12) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 117cb50..8540ede 100644 --- a/README.md +++ b/README.md @@ -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.