From fa2569dc8467df386bf5ad3d341b2d45c568356a Mon Sep 17 00:00:00 2001 From: Beat Rupp Date: Sun, 10 Jan 2016 19:05:23 +0100 Subject: [PATCH] Add hint for Neovim configuration path --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 264ecd6..1069ff6 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ $uri = 'https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim' ### Usage -Add a vim-plug section to your .vimrc: +Add a vim-plug section to your `~/.vimrc` (or `~/.config/nvim/init.vim` for Neovim): 1. Begin the section with `plug#begin()` 1. List the plugins with `Plug` commands