diff options
| author | Reiner Herrmann <reiner@reiner-h.de> | 2017-02-26 13:15:10 +0100 |
|---|---|---|
| committer | Reiner Herrmann <reiner@reiner-h.de> | 2017-02-26 13:15:55 +0100 |
| commit | d3aa4170d38a17d76cd8f7718fcf9f169ff280b0 (patch) | |
| tree | 750786d8e84da9f782283bf05eb06eb0a93dda72 /.gitmodules | |
| parent | 8e3269c1c7934572921c00632f07d2be7ae0b91b (diff) | |
vim: replace syntastic with ale; update submodules
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 |
