Updated readme

This commit is contained in:
Harshad Srinivasan 2020-05-05 09:29:32 -07:00
parent 54d837fa54
commit c2f5bdfc88

View File

@ -71,7 +71,7 @@ $uri = 'https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim'
(New-Object Net.WebClient).DownloadFile(
$uri,
$ExecutionContext.SessionState.Path.GetUnresolvedProviderPathFromPSPath(
"~\AppData\Local\nvim\autoload\plug.vim"
"~\AppData\Local\nvim-data\site\autoload\plug.vim"
)
)
```