From e2616e6012ddd889257f97c0d69a1437ec19a275 Mon Sep 17 00:00:00 2001 From: Hugues Hiegel Date: Fri, 18 Oct 2019 14:45:19 +0200 Subject: typescript power --- .gitmodules | 12 ++++++++++++ bundle/syntastic | 1 + bundle/tsuquyomi | 1 + bundle/typescript-vim | 1 + bundle/vimproc.vim | 1 + 5 files changed, 16 insertions(+) create mode 160000 bundle/syntastic create mode 160000 bundle/tsuquyomi create mode 160000 bundle/typescript-vim create mode 160000 bundle/vimproc.vim diff --git a/.gitmodules b/.gitmodules index 313c26d..a06cbdd 100644 --- a/.gitmodules +++ b/.gitmodules @@ -46,3 +46,15 @@ [submodule "bundle/FuzzyFinder"] path = bundle/FuzzyFinder url = https://github.com/vim-scripts/FuzzyFinder.git +[submodule "bundle/vimproc.vim"] + path = bundle/vimproc.vim + url = https://github.com/Shougo/vimproc.vim +[submodule "bundle/tsuquyomi"] + path = bundle/tsuquyomi + url = https://github.com/Quramy/tsuquyomi +[submodule "bundle/typescript-vim"] + path = bundle/typescript-vim + url = https://github.com/leafgarland/typescript-vim +[submodule "bundle/syntastic"] + path = bundle/syntastic + url = https://github.com/vim-syntastic/syntastic diff --git a/bundle/syntastic b/bundle/syntastic new file mode 160000 index 0000000..0336c35 --- /dev/null +++ b/bundle/syntastic @@ -0,0 +1 @@ +Subproject commit 0336c35c0b10b46d85cdd9c3df721f978429e82c diff --git a/bundle/tsuquyomi b/bundle/tsuquyomi new file mode 160000 index 0000000..61e16ab --- /dev/null +++ b/bundle/tsuquyomi @@ -0,0 +1 @@ +Subproject commit 61e16ab1d1cb621385bc9c6a0c5e7744494ec9f5 diff --git a/bundle/typescript-vim b/bundle/typescript-vim new file mode 160000 index 0000000..5a319ea --- /dev/null +++ b/bundle/typescript-vim @@ -0,0 +1 @@ +Subproject commit 5a319ea5504e18215d155576c78d1b7fb8e22c8f diff --git a/bundle/vimproc.vim b/bundle/vimproc.vim new file mode 160000 index 0000000..0328ac6 --- /dev/null +++ b/bundle/vimproc.vim @@ -0,0 +1 @@ +Subproject commit 0328ac6096ac57d647bed1ee59c8b616b3ba2858 -- cgit v1.2.3