From d9b5e620220d356f3dae51c15ae734f603637598 Mon Sep 17 00:00:00 2001 From: Ben Beltran Date: Thu, 14 Mar 2019 11:54:26 +0100 Subject: Use ALE instead of syntastic --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index c8ae5a1..952c621 100644 --- a/.gitmodules +++ b/.gitmodules @@ -56,3 +56,6 @@ [submodule "vim/bundle/syntastic-local-eslint"] path = vim/bundle/syntastic-local-eslint url = https://github.com/mtscout6/syntastic-local-eslint.vim.git +[submodule "vim/bundle/ale"] + path = vim/bundle/ale + url = https://github.com/w0rp/ale -- cgit