mirror of
https://github.com/iggredible/Learn-Vim
synced 2024-11-13 22:47:07 +00:00
Merge pull request #110 from OdysLam/patch-1
ch03 | add mention for PlugInstall after vimrc edit
This commit is contained in:
commit
f8f692b592
1 changed files with 2 additions and 0 deletions
|
@ -236,6 +236,8 @@ Plug 'junegunn/fzf.vim'
|
|||
Plug 'junegunn/fzf', { 'do': { -> fzf#install() } }
|
||||
```
|
||||
|
||||
After you add them, you will need to open `vim` and run `:PlugInstall`. It will install all plugins that are defined in your `vimrc` file and are not installed. In our case, it will install `fzf.vim` and `fzf`.
|
||||
|
||||
For more info about this plugin, you can check out [fzf.vim repo](https://github.com/junegunn/fzf/blob/master/README-VIM.md).
|
||||
|
||||
## Fzf Syntax
|
||||
|
|
Loading…
Reference in a new issue