diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..a4b364e --- /dev/null +++ b/.gitmodules @@ -0,0 +1,48 @@ +[submodule "vim/bundle/fugitive"] + path = vim/bundle/fugitive + url = https://github.com/tpope/vim-fugitive.git +[submodule "vim/bundle/NERDCommenter"] + path = vim/bundle/NERDCommenter + url = https://github.com/scrooloose/nerdcommenter.git +[submodule "vim/bundle/NERDTree"] + path = vim/bundle/NERDTree + url = https://github.com/scrooloose/nerdcommenter.git +[submodule "vim/bundle/repeat"] + path = vim/bundle/repeat + url = https://github.com/tpope/vim-repeat.git +[submodule "vim/bundle/abolish"] + path = vim/bundle/abolish + url = https://github.com/tpope/vim-abolish.git +[submodule "vim/bundle/surround"] + path = vim/bundle/surround + url = https://github.com/tpope/vim-surround.git +[submodule "vim/bundle/ragtag"] + path = vim/bundle/ragtag + url = https://github.com/tpope/vim-ragtag.git +[submodule "vim/bundle/markdown"] + path = vim/bundle/markdown + url = https://github.com/tpope/vim-markdown.git +[submodule "vim/bundle/rake"] + path = vim/bundle/rake + url = https://github.com/tpope/vim-rake.git +[submodule "vim/bundle/git"] + path = vim/bundle/git + url = https://github.com/tpope/vim-git.git +[submodule "vim/bundle/syntastic"] + path = vim/bundle/syntastic + url = https://github.com/scrooloose/syntastic.git +[submodule "vim/bundle/haml"] + path = vim/bundle/haml + url = https://github.com/tpope/vim-haml.git +[submodule "vim/bundle/unimpaired"] + path = vim/bundle/unimpaired + url = https://github.com/tpope/vim-unimpaired.git +[submodule "vim/bundle/rails"] + path = vim/bundle/rails + url = https://github.com/tpope/vim-rails.git +[submodule "vim/bundle/cucumber"] + path = vim/bundle/cucumber + url = https://github.com/tpope/vim-cucumber.git +[submodule "vim/bundle/endwise"] + path = vim/bundle/endwise + url = https://github.com/tpope/vim-endwise.git diff --git a/vim/bundle/NERDCommenter b/vim/bundle/NERDCommenter new file mode 160000 index 0000000..930be32 --- /dev/null +++ b/vim/bundle/NERDCommenter @@ -0,0 +1 @@ +Subproject commit 930be32a23e902ddc46135ddbb9e76b0fac0c14b diff --git a/vim/bundle/NERDTree b/vim/bundle/NERDTree new file mode 160000 index 0000000..930be32 --- /dev/null +++ b/vim/bundle/NERDTree @@ -0,0 +1 @@ +Subproject commit 930be32a23e902ddc46135ddbb9e76b0fac0c14b diff --git a/vim/bundle/abolish b/vim/bundle/abolish new file mode 160000 index 0000000..434a644 --- /dev/null +++ b/vim/bundle/abolish @@ -0,0 +1 @@ +Subproject commit 434a64450d052c2f3909841f55a55e0d653adcd1 diff --git a/vim/bundle/cucumber b/vim/bundle/cucumber new file mode 160000 index 0000000..35b4a3e --- /dev/null +++ b/vim/bundle/cucumber @@ -0,0 +1 @@ +Subproject commit 35b4a3ea17bab837540c7d371d3bd71b5d46eaf5 diff --git a/vim/bundle/endwise b/vim/bundle/endwise new file mode 160000 index 0000000..780fa56 --- /dev/null +++ b/vim/bundle/endwise @@ -0,0 +1 @@ +Subproject commit 780fa5603c0917d9b22e3b64dd8ab0423e006eb5 diff --git a/vim/bundle/fugitive b/vim/bundle/fugitive new file mode 160000 index 0000000..affce71 --- /dev/null +++ b/vim/bundle/fugitive @@ -0,0 +1 @@ +Subproject commit affce710e296f384585e7dbe3b2be4d9d04be49f diff --git a/vim/bundle/git b/vim/bundle/git new file mode 160000 index 0000000..10a4fdb --- /dev/null +++ b/vim/bundle/git @@ -0,0 +1 @@ +Subproject commit 10a4fdb83f8bce3211e2e9202783575224d9ff85 diff --git a/vim/bundle/haml b/vim/bundle/haml new file mode 160000 index 0000000..a0345d5 --- /dev/null +++ b/vim/bundle/haml @@ -0,0 +1 @@ +Subproject commit a0345d5c224aa8c473b11514cf5914823016ffd7 diff --git a/vim/bundle/markdown b/vim/bundle/markdown new file mode 160000 index 0000000..34e28b3 --- /dev/null +++ b/vim/bundle/markdown @@ -0,0 +1 @@ +Subproject commit 34e28b3f6f6d702ff2963b8196eccae9344ed4bc diff --git a/vim/bundle/ragtag b/vim/bundle/ragtag new file mode 160000 index 0000000..a6190de --- /dev/null +++ b/vim/bundle/ragtag @@ -0,0 +1 @@ +Subproject commit a6190dec6b65c9129ac9c48f7984ad15a32d63ea diff --git a/vim/bundle/rails b/vim/bundle/rails new file mode 160000 index 0000000..26dade8 --- /dev/null +++ b/vim/bundle/rails @@ -0,0 +1 @@ +Subproject commit 26dade8251a07da3d78467bcbc08bd1b2767008d diff --git a/vim/bundle/rake b/vim/bundle/rake new file mode 160000 index 0000000..f8f0555 --- /dev/null +++ b/vim/bundle/rake @@ -0,0 +1 @@ +Subproject commit f8f0555a3881ca478d65085327294127665d486b diff --git a/vim/bundle/repeat b/vim/bundle/repeat new file mode 160000 index 0000000..c4101c2 --- /dev/null +++ b/vim/bundle/repeat @@ -0,0 +1 @@ +Subproject commit c4101c205ef9e06bdfeff571a7dbba2576f08974 diff --git a/vim/bundle/surround b/vim/bundle/surround new file mode 160000 index 0000000..27710a2 --- /dev/null +++ b/vim/bundle/surround @@ -0,0 +1 @@ +Subproject commit 27710a2224d6dd0486d1c40d09ef18dd752e7d37 diff --git a/vim/bundle/syntastic b/vim/bundle/syntastic new file mode 160000 index 0000000..4b690ba --- /dev/null +++ b/vim/bundle/syntastic @@ -0,0 +1 @@ +Subproject commit 4b690ba5e20fd603986df9563614909442b4086c diff --git a/vim/bundle/unimpaired b/vim/bundle/unimpaired new file mode 160000 index 0000000..9b898d3 --- /dev/null +++ b/vim/bundle/unimpaired @@ -0,0 +1 @@ +Subproject commit 9b898d31988640f2bbc07fc35f588bd1247ffa33