4 lines
129 B
Bash
4 lines
129 B
Bash
|
#!/bin/sh
|
||
|
curl -Lo ~/.vim/autoload/plug.vim --create-dirs \
|
||
|
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
|