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 +++ 1 file changed, 3 insertions(+) (limited to '.gitmodules') 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 -- cgit