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 | |
| parent | bbcc61aa799ba5dffb0725eafd222ee9b3055262 (diff) | |
Add "official" Vim Swift tools
| -rw-r--r-- | .gitmodules | 3 | ||||
| m--------- | vim/bundle/vim-swift | 0 |
2 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 diff --git a/vim/bundle/vim-swift b/vim/bundle/vim-swift new file mode 160000 +Subproject b4eb68a8b0192c63862a14a6392073b6ee013a3 |