From ed9d765c243993af72a86c55dc31f21d8bfc54e2 Mon Sep 17 00:00:00 2001 From: Ben Beltran Date: Mon, 15 Apr 2019 01:48:21 +0200 Subject: Add "official" Vim Swift tools --- .gitmodules | 3 +++ vim/bundle/vim-swift | 1 + 2 files changed, 4 insertions(+) create mode 160000 vim/bundle/vim-swift 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 index 0000000..b4eb68a --- /dev/null +++ b/vim/bundle/vim-swift @@ -0,0 +1 @@ +Subproject commit b4eb68a8b0192c63862a14a6392073b6ee013a3a -- cgit