From 6b15693e10a32861692ac48cb299df2b14d45a0d Mon Sep 17 00:00:00 2001 From: Max Bucknell Date: Wed, 1 Feb 2017 19:26:33 +0000 Subject: [PATCH] I finally found an asynchronous linter! --- script/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/bootstrap.sh b/script/bootstrap.sh index 7d23141..6efc58c 100755 --- a/script/bootstrap.sh +++ b/script/bootstrap.sh @@ -119,7 +119,7 @@ install_vim_plugins () { local PLUGINS=( "joonty/vdebug" - "vim-syntastic/syntastic" + "w0rp/ale" "pangloss/vim-javascript" "sirver/ultisnips" )