mirror of
https://github.com/junegunn/vim-plug.git
synced 2024-12-19 10:35:38 -07:00
Corrects neovim installation directory
This is to match the more correct location for the `autoload` directory, so that it matches the instructions on the Wiki.
This commit is contained in:
parent
96375cb7d3
commit
141182a08b
@ -59,7 +59,7 @@ $uri = 'https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim'
|
||||
###### Unix
|
||||
|
||||
```sh
|
||||
curl -fLo ~/.local/share/nvim/site/autoload/plug.vim --create-dirs \
|
||||
curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
|
||||
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user