From d3aa4170d38a17d76cd8f7718fcf9f169ff280b0 Mon Sep 17 00:00:00 2001 From: Reiner Herrmann Date: Sun, 26 Feb 2017 13:15:10 +0100 Subject: vim: replace syntastic with ale; update submodules --- .gitmodules | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index 9c0130f..aff28c9 100644 --- a/.gitmodules +++ b/.gitmodules @@ -19,12 +19,12 @@ [submodule "ctrlp"] path = vim/bundle/ctrlp url = https://github.com/kien/ctrlp.vim.git -[submodule "syntastic"] - path = vim/bundle/syntastic - url = https://github.com/scrooloose/syntastic.git [submodule "neocomplete"] path = vim/bundle/neocomplete url = https://github.com/Shougo/neocomplete.vim.git [submodule "gnupg"] path = vim/bundle/gnupg url = https://github.com/jamessan/vim-gnupg.git +[submodule "ale"] + path = vim/bundle/ale + url = https://github.com/w0rp/ale.git -- cgit v1.2.3