mirror of
https://github.com/junegunn/vim-easy-align.git
synced 2025-11-11 11:23:49 -05:00
Update install instructions
This commit is contained in:
20
README.md
20
README.md
@@ -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
|
||||||
-----
|
-----
|
||||||
|
|||||||
Reference in New Issue
Block a user