diff --git a/.gitmodules b/.gitmodules index 9c16a74..380680d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -100,3 +100,12 @@ [submodule ".vim/bundle/vim-indent-guides"] path = .vim/bundle/vim-indent-guides url = https://github.com/nathanaelkane/vim-indent-guides.git +[submodule ".vim/bundle/YouCompleteMe"] + path = .vim/bundle/YouCompleteMe + url = https://github.com/Valloric/YouCompleteMe.git +[submodule ".vim/bundle/tern_for_vim"] + path = .vim/bundle/tern_for_vim + url = https://github.com/marijnh/tern_for_vim +[submodule ".vim/bundle/syntastic"] + path = .vim/bundle/syntastic + url = https://github.com/scrooloose/syntastic.git diff --git a/.vim/bundle/YouCompleteMe b/.vim/bundle/YouCompleteMe new file mode 160000 index 0000000..0de1c0c --- /dev/null +++ b/.vim/bundle/YouCompleteMe @@ -0,0 +1 @@ +Subproject commit 0de1c0c9bb13ce82172b472c676035cd47cf6a6a diff --git a/.vim/bundle/syntastic b/.vim/bundle/syntastic new file mode 160000 index 0000000..cee74e0 --- /dev/null +++ b/.vim/bundle/syntastic @@ -0,0 +1 @@ +Subproject commit cee74e0c1af934065fd1b3046e53cda76574f703 diff --git a/.vim/bundle/tern_for_vim b/.vim/bundle/tern_for_vim new file mode 160000 index 0000000..a9bad13 --- /dev/null +++ b/.vim/bundle/tern_for_vim @@ -0,0 +1 @@ +Subproject commit a9bad13fd37f5627bbaeca06da3e1915258e55f5