From 2e5934a65267b42434f33ebce57ab142bd11d5d6 Mon Sep 17 00:00:00 2001 From: raimon Date: Sun, 15 Jan 2017 20:15:51 +0900 Subject: [PATCH] Add 'vim-plug with on-demand' in section of Installation [ci skip] --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7c5f5fb..3871278 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,15 @@ Installation ### Plugin manager (**recommended**) -e.g.) [dein.vim](https://github.com/Shougo/dein.vim), [NeoBundle](https://github.com/Shougo/neobundle.vim), [Vundle](https://github.com/VundleVim/Vundle.vim), [vim-plug](https://github.com/junegunn/vim-plug) [and more](https://dotfiles.github.io/) +e.g.) [vim-plug](https://github.com/junegunn/vim-plug), [dein.vim](https://github.com/Shougo/dein.vim), [NeoBundle](https://github.com/Shougo/neobundle.vim), [Vundle](https://github.com/VundleVim/Vundle.vim) [and more](https://dotfiles.github.io/) ```vim +" vim-plug +Plug 'raimon49/requirements.txt.vim' + +" vim-plug with on-demand +Plug 'raimon49/requirements.txt.vim', {'for': 'requirements'} + " dein.vim call dein#add('raimon49/requirements.txt.vim') @@ -28,9 +34,6 @@ NeoBundle 'raimon49/requirements.txt.vim' " Vundle Plugin 'raimon49/requirements.txt.vim' - -" vim-plug -Plug 'raimon49/requirements.txt.vim' ``` ### Pathogen (https://github.com/tpope/vim-pathogen)