From 265114374939b4f56774b3ade8b723697557de44 Mon Sep 17 00:00:00 2001 From: Dave Powers Date: Sun, 1 Oct 2017 14:12:01 -0400 Subject: [PATCH] Update links to alternative plugins --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b9c1a1a..69d0a10 100644 --- a/README.md +++ b/README.md @@ -47,8 +47,8 @@ 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 it uses too much functions of other plugins, which should be done by users in `.vimrc`. ++ [powerline](https://github.com/powerline/powerline) is a nice plugin, but difficult to configure. ++ [vim-airline](https://github.com/vim-airline/vim-airline) is a nice plugin, but it uses too much functions of other plugins, which should be done by users in `.vimrc`. ## Spirit of this plugin + Minimalism. The core script is very small to achive enough functions as a statusline plugin.