From 06cbb974cc8b1368adaddff26c2648d105f8c32b Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Fri, 1 Sep 2017 09:10:04 -0700 Subject: [PATCH] replace syntastic with ale --- .gitmodules | 6 +++--- .vim/bundle/ale | 1 + .vim/bundle/syntastic | 1 - 3 files changed, 4 insertions(+), 4 deletions(-) create mode 160000 .vim/bundle/ale delete mode 160000 .vim/bundle/syntastic diff --git a/.gitmodules b/.gitmodules index 974638f..05c3b94 100644 --- a/.gitmodules +++ b/.gitmodules @@ -103,12 +103,12 @@ [submodule ".vim/bundle/tern_for_vim"] path = .vim/bundle/tern_for_vim url = https://github.com/marijnh/tern_for_vim -[submodule ".vim/bundle/syntastic"] - path = .vim/bundle/syntastic - url = https://github.com/scrooloose/syntastic.git [submodule ".vim/bundle/vim-jdaddy"] path = .vim/bundle/vim-jdaddy url = https://github.com/tpope/vim-jdaddy.git [submodule ".vim/bundle/ack.vim"] path = .vim/bundle/ack.vim url = https://github.com/mileszs/ack.vim +[submodule ".vim/bundle/ale"] + path = .vim/bundle/ale + url = https://github.com/w0rp/ale.git diff --git a/.vim/bundle/ale b/.vim/bundle/ale new file mode 160000 index 0000000..52eff3b --- /dev/null +++ b/.vim/bundle/ale @@ -0,0 +1 @@ +Subproject commit 52eff3bd83a6fb99559c8b9ae693fb965bd6520c diff --git a/.vim/bundle/syntastic b/.vim/bundle/syntastic deleted file mode 160000 index e1161a7..0000000 --- a/.vim/bundle/syntastic +++ /dev/null @@ -1 +0,0 @@ -Subproject commit e1161a723a353db99780f9a9351340df7abbb106