mirror of
https://github.com/junegunn/vim-plug.git
synced 2024-12-23 20:45:31 -07:00
Add .config path for installation "script"
This is done becase latest versions of NeoVIM use this path as path where configurations and plugins are places
This commit is contained in:
parent
802b100415
commit
4a88401ae1
@ -53,6 +53,14 @@ curl -fLo ~/.local/share/nvim/site/autoload/plug.vim --create-dirs \
|
||||
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
|
||||
```
|
||||
|
||||
**OR** _(if previous didn't work)_
|
||||
|
||||
```sh
|
||||
curl -fLo ~/.config/nvim/autoload/plug.vim --create-dirs \
|
||||
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
|
||||
```
|
||||
_Last one is better for later versions of neovim_
|
||||
|
||||
###### Windows (PowerShell)
|
||||
|
||||
```powershell
|
||||
|
Loading…
Reference in New Issue
Block a user