From 5520f45a45fc68a663370599cd64d0b541e7cd55 Mon Sep 17 00:00:00 2001 From: Lucas Martino Date: Wed, 2 Jun 2021 19:18:13 -0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8899a59..89d67ca 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ iwr -useb https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim |` ### 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. List the plugins with `Plug` commands