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 --- vim/bundle/ale | 1 + vim/bundle/syntastic | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) create mode 160000 vim/bundle/ale delete mode 160000 vim/bundle/syntastic (limited to 'vim/bundle') diff --git a/vim/bundle/ale b/vim/bundle/ale new file mode 160000 index 0000000..80ef7ea --- /dev/null +++ b/vim/bundle/ale @@ -0,0 +1 @@ +Subproject commit 80ef7ea2d0b22f0d8de7387a3d5bf6e9e5b72e9d diff --git a/vim/bundle/syntastic b/vim/bundle/syntastic deleted file mode 160000 index 1089ee5..0000000 --- a/vim/bundle/syntastic +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 1089ee5212b833d73c96ca93773b9eca1a0f721b -- cgit