diff options
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 6 |
1 files changed, 3 insertions, 3 deletions
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 |
