mirror of
https://github.com/junegunn/vim-plug.git
synced 2024-12-19 18:47:29 -07:00
Updated readme (#967)
Co-authored-by: Harshad Srinivasan <harshad.srinivasan@lmi3d.com>
This commit is contained in:
parent
54d837fa54
commit
0862a76fdd
@ -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 New Issue
Block a user