From 6a5d958aa13521951f3b1f5ded760229caae7d77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Sun, 20 Aug 2017 12:41:38 +0200 Subject: 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 c6c3c77..86c4728 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,9 +4,6 @@ [submodule "vim/bundle/lightline.vim"] path = vim/bundle/lightline.vim url = https://github.com/itchyny/lightline.vim.git -[submodule "vim/bundle/syntastic"] - path = vim/bundle/syntastic - url = https://github.com/scrooloose/syntastic.git [submodule "vim/bundle/tlib_vim"] path = vim/bundle/tlib_vim url = https://github.com/tomtom/tlib_vim.git @@ -49,3 +46,6 @@ [submodule "vim/bundle/vim-repeat"] path = vim/bundle/vim-repeat url = https://github.com/tpope/vim-repeat.git +[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..e5d0a17 --- /dev/null +++ b/vim/bundle/ale @@ -0,0 +1 @@ +Subproject commit e5d0a17694897dc8e234f534cfa33fc3483d8e12 diff --git a/vim/bundle/syntastic b/vim/bundle/syntastic deleted file mode 160000 index 5e1b26c..0000000 --- a/vim/bundle/syntastic +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 5e1b26c1724448c9d870b08dc93ce71528489333 -- cgit v1.2.3