Clarification on 'do' option of Plug statement

This commit is contained in:
Junegunn Choi
2020-02-04 18:28:55 +09:00
parent dc7796a6e2
commit ee08c8f949
2 changed files with 6 additions and 2 deletions

View File

@@ -49,6 +49,8 @@ Plug 'junegunn/fzf.vim'
- If you have already installed fzf using [Homebrew](https://brew.sh/), and do - If you have already installed fzf using [Homebrew](https://brew.sh/), and do
not wish to have another copy on your system, replace the first line with not wish to have another copy on your system, replace the first line with
`Plug '/usr/local/opt/fzf'` `Plug '/usr/local/opt/fzf'`
- If you want to set up fzf globally on your system only using vim-plug, you
can write `Plug 'junegunn/fzf', { 'do': './install --all' }`
Commands Commands
-------- --------

View File

@@ -1,4 +1,4 @@
fzf-vim.txt fzf-vim Last change: December 18 2019 fzf-vim.txt fzf-vim Last change: February 4 2020
FZF-VIM - TABLE OF CONTENTS *fzf-vim* *fzf-vim-toc* FZF-VIM - TABLE OF CONTENTS *fzf-vim* *fzf-vim-toc*
============================================================================== ==============================================================================
@@ -84,7 +84,9 @@ fzf/Vim integration, see {README-VIM}{4}.
- Make sure to use Vim 7.4 or above - Make sure to use Vim 7.4 or above
- If you have already installed fzf using {Homebrew}{5}, and do not wish to have - If you have already installed fzf using {Homebrew}{5}, and do not wish to have
another copy on your system, replace the first line with another copy on your system, replace the first line with
`Plug'/usr/local/opt/fzf'` `Plug '/usr/local/opt/fzf'`
- If you want to set up fzf globally on your system only using vim-plug, you can
write `Plug 'junegunn/fzf', { 'do': './install --all' }`
{5} https://brew.sh/ {5} https://brew.sh/