update plugins

This commit is contained in:
Alex Yatskov 2019-03-29 22:33:47 -07:00
parent 3c2a336816
commit ae68354c7f
17 changed files with 18 additions and 18 deletions

@ -1 +1 @@
Subproject commit 98bc6abde3860600e599c7ad17fdfb80809c04af
Subproject commit 86e73cade71651263715f21e58eed87cfed4518e

@ -1 +1 @@
Subproject commit 3bfe1d00d48f7c35b7c0dd7af86229c9e63e14a9
Subproject commit 78cc30cb90b50fab024098bf2a55a4441665ff03

@ -1 +1 @@
Subproject commit d33796c460229b2cf0dd09fedf1b272da9d13a42
Subproject commit 6fb15d43078b55f30cce5cb73571e6a8f1634124

@ -1 +1 @@
Subproject commit d27dbc40d4264525b1c812482bf0efecfed53f28
Subproject commit bd0b87d36ad80e8acd94f22028d15ebb441b1c28

@ -1 +1 @@
Subproject commit a61545f09cad6df2e7a4918cbd6981811f612ae9
Subproject commit 17d4c087f0ad1dec22df17048f05629b75dee600

@ -1 +1 @@
Subproject commit 50c135735611946707d04757fdc0cde5537659ae
Subproject commit 24c896e13d9241024bdb79f48e811748654d7ba2

@ -1 +1 @@
Subproject commit be5e60fa2d85fec3b585411844846678a775a5d3
Subproject commit a15334cac67237835e62c9dd1470f6162769779f

@ -1 +1 @@
Subproject commit d5bb76e31c030e6b9197491ff521eca49332564b
Subproject commit 7db12da2d63b6da5cdb968b29788de5e2beec14d

@ -1 +1 @@
Subproject commit 6c0f42f413b2504cfaf5b7b1f762ac75904afe04
Subproject commit 7afad33753b6ca6d0ff4d98fbc0ab29b6692a7b7

@ -1 +1 @@
Subproject commit 799cd3473bc64adcb6b556bf349f549570666b62
Subproject commit ce2f1aae9f2be128b4ca322a8e797be3ae40c30b

@ -1 +1 @@
Subproject commit 597068870b8f093a8b2d11536c62ff31222ee8d0
Subproject commit ca58a2d886cc18734c90c9665da4775d444b0c04

@ -1 +1 @@
Subproject commit 06f6c1346be834c7c971d6d1d4f876e5699119bf
Subproject commit 2295e612d936671048035dbc447f5400cbee60de

@ -1 +1 @@
Subproject commit 5694455d72229e73ff333bfe5196cc7193dca5e7
Subproject commit e77923053fbce11323194ed04113b8d966be959c

@ -1 +1 @@
Subproject commit c25e449f4e72667aca3d18d8bfccd7b289b2e9a1
Subproject commit 25ebc0b9abb1b135c809ee850085a0305cbc5533

@ -1 +1 @@
Subproject commit 067601e9db7e0c2ab6c8394c9be74769463c6da9
Subproject commit 89273b65b8de9d3d428e7b1f5c0c347938f5a863

@ -1 +1 @@
Subproject commit f0acabf7e837e626c7102c30af890bccf79e33b7
Subproject commit b31512e2a2d062ee4b6eb38864594c83f1ad2c2f

View File

@ -1,13 +1,13 @@
#!/bin/bash
# YouCompleteMe
pushd .vim/bundle/YouCompleteMe
pushd .vim/bundle_extra/YouCompleteMe
git submodule update --init --recursive
./install.py --clang-completer
popd
# tern_for_vim
pushd .vim/bundle/tern_for_vim
pushd .vim/bundle_extra/tern_for_vim
sudo npm install -g tern
npm install
popd