diff options
author | June McEnroe <june@causal.agency> | 2013-11-10 00:36:46 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2013-11-10 00:36:46 -0500 |
commit | f4e3705e8798a84c8daac00c7aa5bf5555fb618b (patch) | |
tree | de91654e8b3c7d444a62d7e70e89265184a02058 /vim-plug.sh | |
parent | Add GitHub username to gitconfig (diff) | |
parent | Remove instructions from README (diff) | |
download | src-f4e3705e8798a84c8daac00c7aa5bf5555fb618b.tar.gz src-f4e3705e8798a84c8daac00c7aa5bf5555fb618b.zip |
Merge in programble/dotvim
Diffstat (limited to 'vim-plug.sh')
-rwxr-xr-x | vim-plug.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vim-plug.sh b/vim-plug.sh new file mode 100755 index 00000000..0fc9a28c --- /dev/null +++ b/vim-plug.sh @@ -0,0 +1,2 @@ +mkdir -p ~/.vim/autoload +curl -fLo ~/.vim/autoload/plug.vim https://raw.github.com/junegunn/vim-plug/master/plug.vim |