Add install directions for using neovim
Neovim's autoload directory path is now considerably different from vim's.
This commit is contained in:
parent
93d9e434a2
commit
8381041ac1
1 changed files with 7 additions and 0 deletions
|
@ -34,6 +34,13 @@ curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
|
|||
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
|
||||
```
|
||||
|
||||
###### Neovim
|
||||
|
||||
```sh
|
||||
curl -fLo ~/.config/nvim/autoload/plug.vim --create-dirs \
|
||||
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
|
||||
```
|
||||
|
||||
###### Windows
|
||||
|
||||
```powershell
|
||||
|
|
Loading…
Reference in a new issue