From 3776947590d9c2c36bd40f0605b0c13ed263d6f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sweidan=20Om=C3=A1r?= Date: Wed, 24 May 2023 13:02:45 +0200 Subject: [PATCH] Update README.md Added the option for installing via vim-plug --- README.md | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 6793f672..b2c0c8bd 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,22 @@ For a better look, those sections can be colored differently, depending on vario * The master branch tries to be as stable as possible, and new features are merged in only after they have gone through a [full regression test][33]. * Unit testing suite. +# Installation + +This plugin follows the standard runtime path structure, and as such it can be installed with a variety of plugin managers: + +| 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' ])` | +| [Dein][52] | `call dein#add('vim-airline/vim-airline')` | +| [minpac][55] | `call minpac#add('vim-airline/vim-airline')` | +| pack feature (native Vim 8 package feature)| `git clone https://github.com/vim-airline/vim-airline ~/.vim/pack/dist/start/vim-airline`
Remember to run `:helptags ~/.vim/pack/dist/start/vim-airline/doc` to generate help tags | +| manual | copy all of the files into your `~/.vim` directory | + ## Straightforward customization If you don't like the defaults, you can replace all sections with standard `statusline` syntax. Give your statusline that you've built over the years a face lift. @@ -248,22 +264,6 @@ What about [vim-powerline][1]? I wrote the initial version on an airplane, and since it's light as air it turned out to be a good name. Thanks for flying vim! -# Installation - -This plugin follows the standard runtime path structure, and as such it can be installed with a variety of plugin managers: - -| 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' ])` | -| [Dein][52] | `call dein#add('vim-airline/vim-airline')` | -| [minpac][55] | `call minpac#add('vim-airline/vim-airline')` | -| pack feature (native Vim 8 package feature)| `git clone https://github.com/vim-airline/vim-airline ~/.vim/pack/dist/start/vim-airline`
Remember to run `:helptags ~/.vim/pack/dist/start/vim-airline/doc` to generate help tags | -| manual | copy all of the files into your `~/.vim` directory | - # Documentation `:help airline`