diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..b14ef2d --- /dev/null +++ b/.gitmodules @@ -0,0 +1,12 @@ +[submodule "vim/bundle/vim-less"] + path = vim/bundle/vim-less + url = https://github.com/groenewege/vim-less.git +[submodule "vim/bundle/command-t"] + path = vim/bundle/command-t + url = git://git.wincent.com/command-t.git +[submodule "vim/bundle/vim-fugitive"] + path = vim/bundle/vim-fugitive + url = git://github.com/tpope/vim-fugitive.git +[submodule "vim/bundle/vim-javascript"] + path = vim/bundle/vim-javascript + url = https://github.com/pangloss/vim-javascript.git diff --git a/vim/bundle/command-t b/vim/bundle/command-t index 18686a8..07087e1 160000 --- a/vim/bundle/command-t +++ b/vim/bundle/command-t @@ -1 +1 @@ -Subproject commit 18686a82a2e4d015b877bf0b6867a269aa8a284f +Subproject commit 07087e16ba8fe0a87b1d1ccd03e158a0157dc1f8 diff --git a/vim/bundle/vim-fugitive b/vim/bundle/vim-fugitive index 64716b9..05763df 160000 --- a/vim/bundle/vim-fugitive +++ b/vim/bundle/vim-fugitive @@ -1 +1 @@ -Subproject commit 64716b9622e5c3fae0caec7e9589988a9da146cb +Subproject commit 05763df0ed8bfa8a6d4453d089e9d82530497ea1 diff --git a/vim/bundle/vim-less b/vim/bundle/vim-less new file mode 160000 index 0000000..0223dcd --- /dev/null +++ b/vim/bundle/vim-less @@ -0,0 +1 @@ +Subproject commit 0223dcdf0f4d3cb2b811a10c3673c0832b337415