mirror of
https://github.com/iggredible/Learn-Vim
synced 2025-02-17 00:08:26 +00:00
add end statement
This commit is contained in:
parent
62ddd3ab0f
commit
86c241f493
1 changed files with 1 additions and 0 deletions
|
@ -235,6 +235,7 @@ Add these inside your `.vimrc` plugins. You need to use [fzf.vim](https://github
|
|||
call plug#begin()
|
||||
Plug 'junegunn/fzf.vim'
|
||||
Plug 'junegunn/fzf', { 'do': { -> fzf#install() } }
|
||||
call plug#end()
|
||||
```
|
||||
|
||||
After adding these lines, 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`.
|
||||
|
|
Loading…
Add table
Reference in a new issue