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:
Evan Brodie 2017-12-15 18:47:16 -05:00 committed by GitHub
parent 96375cb7d3
commit 141182a08b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
```