mirror of
https://github.com/junegunn/vim-plug.git
synced 2025-12-06 09:04:23 +08:00
Comply with the XDG protocol in the README (#966)
This commit is contained in:
@@ -59,8 +59,8 @@ $uri = 'https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim'
|
|||||||
###### Unix, Linux
|
###### Unix, Linux
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
curl -fLo ~/.local/share/nvim/site/autoload/plug.vim --create-dirs \
|
sh -c 'curl -fLo "${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/autoload/plug.vim --create-dirs \
|
||||||
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
|
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim'
|
||||||
```
|
```
|
||||||
|
|
||||||
###### Linux (Flatpak)
|
###### Linux (Flatpak)
|
||||||
@@ -315,4 +315,3 @@ The commands with `!` suffix ensure that all steps are run unconditionally.
|
|||||||
### License
|
### License
|
||||||
|
|
||||||
MIT
|
MIT
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user