Update install instructions

This commit is contained in:
Junegunn Choi
2013-09-22 23:04:20 +09:00
parent 2d575bcc25
commit e4f86274e3

View File

@@ -37,15 +37,17 @@ and extract in ~/.vim or
[plugin](https://github.com/Shougo/neobundle.vim) [plugin](https://github.com/Shougo/neobundle.vim)
[manager](https://github.com/MarcWeber/vim-addon-manager). [manager](https://github.com/MarcWeber/vim-addon-manager).
### With Vundle - [Pathogen](https://github.com/tpope/vim-pathogen)
- `git clone https://github.com/junegunn/vim-easy-align.git ~/.vim/bundle/vim-easy-align`
Add the following line to your .vimrc, - [Vundle](https://github.com/gmarik/vundle)
1. Add `Bundle 'junegunn/vim-easy-align'` to .vimrc
```vim 2. Run `:BundleInstall`
Bundle 'junegunn/vim-easy-align' - [NeoBundle](https://github.com/Shougo/neobundle.vim)
``` 1. Add `NeoBundle 'junegunn/vim-easy-align'` to .vimrc
2. Run `:NeoBundleInstall`
then execute `:BundleInstall` command. - [vim-plug](https://github.com/junegunn/vim-plug)
1. Add `Plug 'junegunn/vim-easy-align'` to .vimrc
2. Run `:PlugInstall`
Usage Usage
----- -----