Fix PowerShell instruction for Neovim

Close #976
This commit is contained in:
Junegunn Choi 2020-06-08 23:48:55 +09:00
parent 6583b99032
commit 01aab60ade
No known key found for this signature in database
GPG Key ID: 254BC280FEF9C627
1 changed files with 1 additions and 1 deletions

View File

@ -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,