From ae2f3dc6e21ef276a4cbdbd902d12d85ba1432cd Mon Sep 17 00:00:00 2001 From: Marco Hinz Date: Thu, 14 Jan 2016 13:25:20 +0100 Subject: [PATCH] README: add vim-plug to installation section --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 8b94033..7fe495b 100644 --- a/README.md +++ b/README.md @@ -128,6 +128,8 @@ This plugin follows the standard runtime path structure, and as such it can be i * `NeoBundle 'vim-airline/vim-airline'` * [Vundle][13] * `Plugin 'vim-airline/vim-airline'` +* [Plug][40] + * `Plug 'vim-airline/vim-airline'` * [VAM][22] * `call vam#ActivateAddons([ 'vim-airline' ])` * manual @@ -233,3 +235,4 @@ MIT License. Copyright (c) 2013-2015 Bailey Ling. [37]: https://github.com/gcmt/taboo.vim [38]: https://github.com/szw/vim-ctrlspace [39]: https://github.com/tomtom/quickfixsigns_vim +[40]: https://github.com/junegunn/vim-plug