update plugins

This commit is contained in:
Alex Yatskov 2019-04-20 14:47:39 -07:00
parent 949c9cf195
commit 42d407ea8f
12 changed files with 11 additions and 24 deletions

@ -1 +1 @@
Subproject commit 89273b65b8de9d3d428e7b1f5c0c347938f5a863
Subproject commit fcc2c3ba71afa2a7965f3c1e9ec8c03381178180

@ -1 +1 @@
Subproject commit 315e568de006e80138f79c77d5508c7e4853e6b2
Subproject commit 8eea45ef5003e115cbbefc3a7fd9a81fea406bf3

@ -1 +1 @@
Subproject commit 86e73cade71651263715f21e58eed87cfed4518e
Subproject commit ead2cd63bbe4ceec161f9634c8b52048551f91b4

@ -1 +1 @@
Subproject commit 78cc30cb90b50fab024098bf2a55a4441665ff03
Subproject commit 01b3098642df1bced40473c924c0b6aa37427fe2

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

@ -1 +1 @@
Subproject commit 10da325fb032a1acfa9222d273459f53bad30ba4
Subproject commit e066a0999e442d9d96f24ad9d203b1bd030ef72e

@ -1 +1 @@
Subproject commit bd0b87d36ad80e8acd94f22028d15ebb441b1c28
Subproject commit 60eac8c97457af5a96eb06ad4b564e4c813d806e

@ -1 +1 @@
Subproject commit 17d4c087f0ad1dec22df17048f05629b75dee600
Subproject commit 203366598ff157b0d81e83ff91b8a26728929f04

@ -1 +1 @@
Subproject commit 24c896e13d9241024bdb79f48e811748654d7ba2
Subproject commit ee445807a71ee6933cd6cbcd74940bc288815793

@ -1 +1 @@
Subproject commit a15334cac67237835e62c9dd1470f6162769779f
Subproject commit f71f25b87df3bd2a5315fdf432f0de3c35434345

@ -1 +1 @@
Subproject commit 7afad33753b6ca6d0ff4d98fbc0ab29b6692a7b7
Subproject commit f34fea0eff09d0fb4ec54aec3c07345e6c4486d9

View File

@ -1,17 +1,4 @@
#!/bin/bash
# YouCompleteMe
pushd .vim/bundle_extra/YouCompleteMe
git submodule update --init --recursive
./install.py --clang-completer
popd
# tern_for_vim
pushd .vim/bundle_extra/tern_for_vim
sudo npm install -g tern
npm install
popd
# ale
sudo npm -g install eslint
pip install --user pyflakes --upgrade