aboutsummaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2017-08-20 12:41:38 +0200
committerKarel Kočí <cynerd@email.cz>2017-08-20 12:41:38 +0200
commit6a5d958aa13521951f3b1f5ded760229caae7d77 (patch)
treedbc1e20e9f0f4fa9b7fb25632bbe0ec791c418ac /.gitmodules
parent68931fdf3e94c9e0096c151f57d9ee99acb5f8e3 (diff)
downloadmyconfigs-6a5d958aa13521951f3b1f5ded760229caae7d77.tar.gz
myconfigs-6a5d958aa13521951f3b1f5ded760229caae7d77.tar.bz2
myconfigs-6a5d958aa13521951f3b1f5ded760229caae7d77.zip
Replace syntastic with ale
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules6
1 files changed, 3 insertions, 3 deletions
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