mirror of
https://github.com/iggredible/Learn-Vim
synced 2025-02-17 00:08:26 +00:00
ch03 | add mention for PlugInstall after vimrc edit
This commit is contained in:
parent
4d01e293ca
commit
dab9d083fc
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…
Add table
Reference in a new issue