Update README.md

This commit is contained in:
Lucas Martino 2021-06-02 19:18:13 -03:00 committed by GitHub
parent fc2813ef44
commit 5520f45a45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -85,7 +85,7 @@ iwr -useb https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim |`
### Usage ### Usage
Add a vim-plug section to your `~/.vimrc` (or `stdpath('config') . '/init.vim'` for Neovim) Add a vim-plug section to your `~/.vimrc` (or `stdpath('data') . '/plugged'` for Neovim)
1. Begin the section with `call plug#begin()` 1. Begin the section with `call plug#begin()`
1. List the plugins with `Plug` commands 1. List the plugins with `Plug` commands