diff options
author | Tharre <tharre3@gmail.com> | 2017-05-07 22:17:05 +0200 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2017-05-08 02:52:26 +0200 |
commit | 363c7d9b9d7af1e6ddd15c8805f862f0b8a6da65 (patch) | |
tree | 0dfba86da08908a5d5528e539fa9440782ce6081 /.gitmodules | |
parent | 6bf2ae99c784457448f74b26a582990ffdb81465 (diff) | |
download | dotfiles-363c7d9b9d7af1e6ddd15c8805f862f0b8a6da65.tar.gz dotfiles-363c7d9b9d7af1e6ddd15c8805f862f0b8a6da65.tar.xz dotfiles-363c7d9b9d7af1e6ddd15c8805f862f0b8a6da65.zip |
vim: replace syntastic with ale
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index c7ca656..8724f2e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -58,3 +58,6 @@ [submodule ".vim/bundle/vim-airline-themes"] path = .vim/bundle/vim-airline-themes url = https://github.com/vim-airline/vim-airline-themes +[submodule ".vim/bundle/ale"] + path = .vim/bundle/ale + url = https://github.com/w0rp/ale.git |