Actually install the typescript autocomplete plugin

This commit is contained in:
2017-09-26 14:34:40 -07:00
parent 287664c78b
commit 6f9fc254c5
3 changed files with 6 additions and 0 deletions

View File

@@ -3,4 +3,6 @@ git submodule init;
git submodule sync;
git submodule update;
cd .vim/bundle/vimproc.vim && make && cd ../../..
rsync --exclude ".git/" --exclude ".git*" --exclude "install.sh" --exclude "py3status" --exclude "bin/" -avhE --no-perms . ~;