mirror of
https://github.com/junegunn/vim-plug.git
synced 2024-12-28 14:24:47 -07:00
Merge pull request #329 from starcraftman/xanderdunn-patch-1
Add install directions for using neovim
This commit is contained in:
commit
d478351363
@ -34,6 +34,13 @@ 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
|
||||||
```
|
```
|
||||||
|
|
||||||
|
###### 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
|
||||||
|
Loading…
Reference in New Issue
Block a user