From 141182a08b6ebdba5f180f5cd57141d027157ba2 Mon Sep 17 00:00:00 2001 From: Evan Brodie Date: Fri, 15 Dec 2017 18:47:16 -0500 Subject: [PATCH] Corrects neovim installation directory This is to match the more correct location for the `autoload` directory, so that it matches the instructions on the Wiki. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c6d785b..ecc2425 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ $uri = 'https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim' ###### Unix ```sh -curl -fLo ~/.local/share/nvim/site/autoload/plug.vim --create-dirs \ +curl -fLo ~/.vim/autoload/plug.vim --create-dirs \ https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim ```