From 01aab60adef47c6606aa68c8783f5b994fda9fc4 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Mon, 8 Jun 2020 23:48:55 +0900 Subject: [PATCH] Fix PowerShell instruction for Neovim Close #976 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4cc7af7..07374f6 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ curl -fLo ~/.var/app/io.neovim.nvim/data/nvim/site/autoload/plug.vim \ ###### Windows (PowerShell) ```powershell -md ~\AppData\Local\nvim\autoload +md ~\AppData\Local\nvim-data\site\autoload $uri = 'https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim' (New-Object Net.WebClient).DownloadFile( $uri,