From 4a1f65841cb69708330bae5b5a1063d6191b36a9 Mon Sep 17 00:00:00 2001 From: Christian Brabandt Date: Wed, 15 Nov 2017 08:06:17 +0100 Subject: [PATCH] README: mention how to use pack feature for install fixes #1594 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cbbcc994..9b654afb 100644 --- a/README.md +++ b/README.md @@ -214,6 +214,7 @@ This plugin follows the standard runtime path structure, and as such it can be i | [VAM][22] | `call vam#ActivateAddons([ 'vim-airline' ])` | | [Dein][52] | `call dein#add('vim-airline/vim-airline')` | | [minpac][54] | `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` to generate help tags | | manual | copy all of the files into your `~/.vim` directory | # Documentation