From e14f6579d7098b0e53adc2ff13375dd95297b2b8 Mon Sep 17 00:00:00 2001 From: Grayson Wright Date: Sun, 26 Mar 2017 13:19:09 -0700 Subject: [PATCH] [format] Display install instructions in a table Previously, the instructions were displayed in a list without nesting, and were hard to follow. Since all the install commands are essentially one-liners, a table makes it easy to look them up by package manager. --- README.md | 21 ++++++++------------- 1 file changed, 8 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 30d9e14e..c82b8d86 100644 --- a/README.md +++ b/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: -* [Pathogen][11] - * `git clone https://github.com/vim-airline/vim-airline ~/.vim/bundle/vim-airline` - * Remember to run `:Helptags` to generate help tags -* [NeoBundle][12] - * `NeoBundle 'vim-airline/vim-airline'` -* [Vundle][13] - * `Plugin 'vim-airline/vim-airline'` -* [Plug][40] - * `Plug 'vim-airline/vim-airline'` -* [VAM][22] - * `call vam#ActivateAddons([ 'vim-airline' ])` -* manual - * copy all of the files into your `~/.vim` directory +| Plugin Manager | Install with... | +| ------------- | ------------- | +| [Pathogen][11] | `git clone https://github.com/vim-airline/vim-airline ~/.vim/bundle/vim-airline`
Remember to run `:Helptags` to generate help tags | +| [NeoBundle][12] | `NeoBundle 'vim-airline/vim-airline'` | +| [Vundle][13] | `Plugin 'vim-airline/vim-airline'` | +| [Plug][40] | `Plug 'vim-airline/vim-airline'` | +| [VAM][22] | `call vam#ActivateAddons([ 'vim-airline' ])` | +| manual | copy all of the files into your `~/.vim` directory | # Configuration