Merge pull request #1455 from graysonwright/patch-1
[readme] Display install instructions in a table
This commit is contained in:
commit
396b49be4c
21
README.md
21
README.md
|
@ -148,19 +148,14 @@ I wrote the initial version on an airplane, and since it's light as air it turne
|
||||||
|
|
||||||
This plugin follows the standard runtime path structure, and as such it can be installed with a variety of plugin managers:
|
This plugin follows the standard runtime path structure, and as such it can be installed with a variety of plugin managers:
|
||||||
|
|
||||||
* [Pathogen][11]
|
| Plugin Manager | Install with... |
|
||||||
* `git clone https://github.com/vim-airline/vim-airline ~/.vim/bundle/vim-airline`
|
| ------------- | ------------- |
|
||||||
* Remember to run `:Helptags` to generate help tags
|
| [Pathogen][11] | `git clone https://github.com/vim-airline/vim-airline ~/.vim/bundle/vim-airline`<br/>Remember to run `:Helptags` to generate help tags |
|
||||||
* [NeoBundle][12]
|
| [NeoBundle][12] | `NeoBundle 'vim-airline/vim-airline'` |
|
||||||
* `NeoBundle 'vim-airline/vim-airline'`
|
| [Vundle][13] | `Plugin 'vim-airline/vim-airline'` |
|
||||||
* [Vundle][13]
|
| [Plug][40] | `Plug 'vim-airline/vim-airline'` |
|
||||||
* `Plugin 'vim-airline/vim-airline'`
|
| [VAM][22] | `call vam#ActivateAddons([ 'vim-airline' ])` |
|
||||||
* [Plug][40]
|
| manual | copy all of the files into your `~/.vim` directory |
|
||||||
* `Plug 'vim-airline/vim-airline'`
|
|
||||||
* [VAM][22]
|
|
||||||
* `call vam#ActivateAddons([ 'vim-airline' ])`
|
|
||||||
* manual
|
|
||||||
* copy all of the files into your `~/.vim` directory
|
|
||||||
|
|
||||||
# Configuration
|
# Configuration
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue