diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2021-05-28 20:16:24 +0200 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2021-05-28 20:16:24 +0200 |
commit | 08737a0ccf016dbc17b0ca67aeeb9004de6a340b (patch) | |
tree | e32029829d15b0d7ff044558fe697dadf2543915 /.gitmodules | |
parent | 57416c54cd66a89f2f2cde3e8e4ad17b101d6aa6 (diff) | |
download | dotfiles-08737a0ccf016dbc17b0ca67aeeb9004de6a340b.tar.gz |
vim completion and linting 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 0094b27..da07566 100644 --- a/.gitmodules +++ b/.gitmodules @@ -34,3 +34,6 @@ [submodule ".vim/bundle/rainbow"] path = .vim/bundle/rainbow url = https://github.com/luochen1990/rainbow +[submodule ".vim/bundle/ale"] + path = .vim/bundle/ale + url = https://github.com/dense-analysis/ale.git |