Switch to ALE for realtime syntax checking

This commit is contained in:
Andrew Miner
2017-09-11 10:07:30 -07:00
parent 8b8882d3c8
commit bb4971f3dc
6 changed files with 23 additions and 130 deletions
+2
View File
@@ -44,6 +44,8 @@ pushd $HOME >/dev/null
which -s pug || sudo npm install -g pug-cli
which -s tsc || sudo npm install -g typescript
which -s tslint || sudo npm install -g tslint
which -s ts-node || sudo npm install -g ts-node
which -s tsserver || sudo npm install -g typescript
echo "Installing vi plugins..."
vim +PlugInstall +qall