From e4f86274e31b9069b0d11bbd0bf2d592e9ed5100 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Sun, 22 Sep 2013 23:04:20 +0900 Subject: [PATCH] Update install instructions --- README.md | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 480680b..a0f1f0d 100644 --- a/README.md +++ b/README.md @@ -37,15 +37,17 @@ and extract in ~/.vim or [plugin](https://github.com/Shougo/neobundle.vim) [manager](https://github.com/MarcWeber/vim-addon-manager). -### With Vundle - -Add the following line to your .vimrc, - -```vim -Bundle 'junegunn/vim-easy-align' -``` - -then execute `:BundleInstall` command. +- [Pathogen](https://github.com/tpope/vim-pathogen) + - `git clone https://github.com/junegunn/vim-easy-align.git ~/.vim/bundle/vim-easy-align` +- [Vundle](https://github.com/gmarik/vundle) + 1. Add `Bundle 'junegunn/vim-easy-align'` to .vimrc + 2. Run `:BundleInstall` +- [NeoBundle](https://github.com/Shougo/neobundle.vim) + 1. Add `NeoBundle 'junegunn/vim-easy-align'` to .vimrc + 2. Run `:NeoBundleInstall` +- [vim-plug](https://github.com/junegunn/vim-plug) + 1. Add `Plug 'junegunn/vim-easy-align'` to .vimrc + 2. Run `:PlugInstall` Usage -----