Add install directions for using neovim

Neovim's autoload directory path is now considerably different from vim's.
This commit is contained in:
Xander Dunn 2015-11-23 00:06:29 -08:00
parent f820fb9f0d
commit cba05f7507

View File

@ -34,6 +34,12 @@ curl -fLo ~/.vim/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
``` ```
If you're using neovim:
```sh
curl -fLo ~/.config/nvim/autoload/plug.vim --create-dirs \
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
```
###### Windows ###### Windows
```powershell ```powershell