Updated readme (#967)
Co-authored-by: Harshad Srinivasan <harshad.srinivasan@lmi3d.com>
This commit is contained in:
parent
54d837fa54
commit
0862a76fdd
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ $uri = 'https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim'
|
||||||
(New-Object Net.WebClient).DownloadFile(
|
(New-Object Net.WebClient).DownloadFile(
|
||||||
$uri,
|
$uri,
|
||||||
$ExecutionContext.SessionState.Path.GetUnresolvedProviderPathFromPSPath(
|
$ExecutionContext.SessionState.Path.GetUnresolvedProviderPathFromPSPath(
|
||||||
"~\AppData\Local\nvim\autoload\plug.vim"
|
"~\AppData\Local\nvim-data\site\autoload\plug.vim"
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue