add installation section

This commit is contained in:
Junegunn Choi
2013-05-07 01:14:46 +09:00
parent 99bc81d492
commit 3e5a11c3e6

View File

@@ -8,6 +8,19 @@ Demo
[Screencast](https://vimeo.com/63506219)
Installation
------------
Either [download zip file](http://www.vim.org/scripts/script.php?script_id=4520)
and extract in ~/.vim or use [Vundle](https://github.com/gmarik/vundle) (recommended)
or [Pathogen](https://github.com/tpope/vim-pathogen).
### With Vundle
```vim
Bundle 'junegunn/vim-easy-align'
```
Usage
-----