diff options
| author | Ben Beltran <ben@nsovocal.com> | 2019-03-14 11:54:26 +0100 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2019-03-14 11:54:26 +0100 |
| commit | d9b5e620220d356f3dae51c15ae734f603637598 (patch) | |
| tree | c98b69c96680f02784d5e3336449b349637a6ee5 /.gitmodules | |
| parent | c87eeb577b5e1e1d9e8c396dec098f4cc3df6717 (diff) | |
Use ALE instead of syntastic
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index c8ae5a1..952c621 100644 --- a/.gitmodules +++ b/.gitmodules @@ -56,3 +56,6 @@ [submodule "vim/bundle/syntastic-local-eslint"] path = vim/bundle/syntastic-local-eslint url = https://github.com/mtscout6/syntastic-local-eslint.vim.git +[submodule "vim/bundle/ale"] + path = vim/bundle/ale + url = https://github.com/w0rp/ale |