Selaa lähdekoodia

Fix PowerShell instruction for Neovim

Close #976
Junegunn Choi 5 vuotta sitten
vanhempi
sitoutus
01aab60ade
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -73,7 +73,7 @@ curl -fLo ~/.var/app/io.neovim.nvim/data/nvim/site/autoload/plug.vim \
 ###### Windows (PowerShell)
 ###### Windows (PowerShell)
 
 
 ```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'
 $uri = 'https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim'
 (New-Object Net.WebClient).DownloadFile(
 (New-Object Net.WebClient).DownloadFile(
   $uri,
   $uri,