dotter/vim_plug.sh
2021-11-26 22:30:29 +08:00

6 lines
164 B
Bash

#!/bin/bash
# install vim and nvim plug
curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim