From 08737a0ccf016dbc17b0ca67aeeb9004de6a340b Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Fri, 28 May 2021 20:16:24 +0200 Subject: vim completion and linting with ALE --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitmodules') 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 -- cgit v1.2.3