mirror of
https://github.com/junegunn/fzf.vim.git
synced 2025-12-07 21:24:40 +08:00
Recommend running ./install --bin on update
This commit is contained in:
@@ -41,11 +41,12 @@ repository][fzf-main], which means you need to **set up both "fzf" and
|
|||||||
### Using [vim-plug](https://github.com/junegunn/vim-plug)
|
### Using [vim-plug](https://github.com/junegunn/vim-plug)
|
||||||
|
|
||||||
```vim
|
```vim
|
||||||
Plug 'junegunn/fzf'
|
Plug 'junegunn/fzf', { 'do': './install --bin' }
|
||||||
Plug 'junegunn/fzf.vim'
|
Plug 'junegunn/fzf.vim'
|
||||||
```
|
```
|
||||||
|
|
||||||
- Make sure to use Vim 7.4 or above
|
- Make sure to use Vim 7.4 or above
|
||||||
|
- The `do` option makes sure that you have the latest version of fzf binary
|
||||||
- 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'`
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
fzf-vim.txt fzf-vim Last change: February 4 2020
|
fzf-vim.txt fzf-vim Last change: February 5 2020
|
||||||
FZF-VIM - TABLE OF CONTENTS *fzf-vim* *fzf-vim-toc*
|
FZF-VIM - TABLE OF CONTENTS *fzf-vim* *fzf-vim-toc*
|
||||||
==============================================================================
|
==============================================================================
|
||||||
|
|
||||||
@@ -78,10 +78,11 @@ fzf/Vim integration, see {README-VIM}{4}.
|
|||||||
< Using vim-plug >____________________________________________________________~
|
< Using vim-plug >____________________________________________________________~
|
||||||
*fzf-vim-using-vim-plug*
|
*fzf-vim-using-vim-plug*
|
||||||
>
|
>
|
||||||
Plug 'junegunn/fzf'
|
Plug 'junegunn/fzf', { 'do': './install --bin' }
|
||||||
Plug 'junegunn/fzf.vim'
|
Plug 'junegunn/fzf.vim'
|
||||||
<
|
<
|
||||||
- Make sure to use Vim 7.4 or above
|
- Make sure to use Vim 7.4 or above
|
||||||
|
- The `do` option makes sure that you have the latest version of fzf binary
|
||||||
- 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'`
|
||||||
|
|||||||
Reference in New Issue
Block a user