X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;f=vim-syntastic%2Finstall.sh;fp=vim-syntastic%2Finstall.sh;h=374beb72ea94b7da58bc597e732a01faf3008d9d;hb=5fcebb78a1cb578759ed153b14180ffba2600290;hp=0000000000000000000000000000000000000000;hpb=19d5e023ce166b4b7440e64939b75c8e7263a22c;p=webi-installers%2F.git diff --git a/vim-syntastic/install.sh b/vim-syntastic/install.sh new file mode 100644 index 0000000..374beb7 --- /dev/null +++ b/vim-syntastic/install.sh @@ -0,0 +1,10 @@ +#!/bin/bash + +{ + set -e + set -u + + mkdir -p "$HOME/.vim/pack/plugins/start" + rm -rf "$HOME/.vim/pack/plugins/start/vim-syntastic" + git clone --depth=1 https://github.com/vim-syntastic/syntastic.git "$HOME/.vim/pack/plugins/start/vim-syntastic" +}