diff options
| author | Ben Beltran <ben@nsovocal.com> | 2019-04-15 01:48:21 +0200 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2019-04-15 01:48:21 +0200 |
| commit | ed9d765c243993af72a86c55dc31f21d8bfc54e2 (patch) | |
| tree | 409d805a44ae64c645f9fc3461bea111226d0a7c /.gitmodules | |
| parent | bbcc61aa799ba5dffb0725eafd222ee9b3055262 (diff) | |
Add "official" Vim Swift tools
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 95b0a18..fd369d2 100644 --- a/.gitmodules +++ b/.gitmodules @@ -59,3 +59,6 @@ [submodule "vim/bundle/ale"] path = vim/bundle/ale url = https://github.com/w0rp/ale +[submodule "vim/bundle/vim-swift"] + path = vim/bundle/vim-swift + url = https://github.com/bumaociyuan/vim-swift |