diff --git a/.gitmodules b/.gitmodules index 882a27f..8cb1eb6 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,51 @@ [submodule "bundle/vim-pathogen"] path = bundle/vim-pathogen url = https://github.com/tpope/vim-pathogen.git +[submodule "bundle/vim-colors-solarized"] + path = bundle/vim-colors-solarized + url = http://github.com/altercation/vim-colors-solarized.git +[submodule "bundle/command-t"] + path = bundle/command-t + url = https://github.com/wincent/Command-T.git +[submodule "bundle/supertab"] + path = bundle/supertab + url = https://github.com/ervandew/supertab.git +[submodule "bundle/vim-markdown"] + path = bundle/vim-markdown + url = https://github.com/plasticboy/vim-markdown.git +[submodule "bundle/vim-surround"] + path = bundle/vim-surround + url = https://github.com/tpope/vim-surround.git +[submodule "bundle/vim-matchit"] + path = bundle/vim-matchit + url = https://github.com/edsono/vim-matchit +[submodule "bundle/vim-ack"] + path = bundle/vim-ack + url = https://github.com/mileszs/ack.vim.git +[submodule "bundle/vim-closetag"] + path = bundle/vim-closetag + url = git://github.com/docunext/closetag.vim.git +[submodule "bundle/pyflakes-vim"] + path = bundle/pyflakes-vim + url = git://github.com/kevinw/pyflakes-vim.git +[submodule "bundle/nerdcommenter"] + path = bundle/nerdcommenter + url = git://github.com/scrooloose/nerdcommenter.git +[submodule "bundle/vim-fugitive"] + path = bundle/vim-fugitive + url = git://github.com/tpope/vim-fugitive.git +[submodule "bundle/tagbar"] + path = bundle/tagbar + url = git://github.com/majutsushi/tagbar.git +[submodule "bundle/delimitmate"] + path = bundle/delimitmate + url = git://github.com/Raimondi/delimitMate.git +[submodule "bundle/vim-less"] + path = bundle/vim-less + url = https://github.com/groenewege/vim-less.git +[submodule "bundle/vim-coffee-script"] + path = bundle/vim-coffee-script + url = https://github.com/kchmck/vim-coffee-script.git +[submodule "bundle/closetag"] + path = bundle/closetag + url = git://github.com/docunext/closetag.vim.git diff --git a/bundle/closetag b/bundle/closetag new file mode 160000 index 0000000..254d230 --- /dev/null +++ b/bundle/closetag @@ -0,0 +1 @@ +Subproject commit 254d2307015370424034c0298a1148c4a7add069 diff --git a/bundle/command-t b/bundle/command-t new file mode 160000 index 0000000..f19aee0 --- /dev/null +++ b/bundle/command-t @@ -0,0 +1 @@ +Subproject commit f19aee00f6b7a9c451a7aa168e05f0cdd0d99374 diff --git a/bundle/delimitmate b/bundle/delimitmate new file mode 160000 index 0000000..39b8298 --- /dev/null +++ b/bundle/delimitmate @@ -0,0 +1 @@ +Subproject commit 39b8298390a9171c796df077ad3c5f3c0f111c56 diff --git a/bundle/nerdcommenter b/bundle/nerdcommenter new file mode 160000 index 0000000..b28e7be --- /dev/null +++ b/bundle/nerdcommenter @@ -0,0 +1 @@ +Subproject commit b28e7be63235982501ab7dd30c03ea7feef7b095 diff --git a/bundle/pyflakes-vim b/bundle/pyflakes-vim new file mode 160000 index 0000000..634ddb7 --- /dev/null +++ b/bundle/pyflakes-vim @@ -0,0 +1 @@ +Subproject commit 634ddb795e46eae54578981b91b10a232c2735c2 diff --git a/bundle/supertab b/bundle/supertab new file mode 160000 index 0000000..e228cff --- /dev/null +++ b/bundle/supertab @@ -0,0 +1 @@ +Subproject commit e228cff25e19c9de9598bf40ca57d90c7c5a0e28 diff --git a/bundle/tagbar b/bundle/tagbar new file mode 160000 index 0000000..7163f4e --- /dev/null +++ b/bundle/tagbar @@ -0,0 +1 @@ +Subproject commit 7163f4e4fac57c4a4cab5bcfd9fb676626364edb diff --git a/bundle/vim-ack b/bundle/vim-ack new file mode 160000 index 0000000..a41d5d5 --- /dev/null +++ b/bundle/vim-ack @@ -0,0 +1 @@ +Subproject commit a41d5d52c39a31128e969e69acf800b198cb07f9 diff --git a/bundle/vim-closetag b/bundle/vim-closetag new file mode 160000 index 0000000..254d230 --- /dev/null +++ b/bundle/vim-closetag @@ -0,0 +1 @@ +Subproject commit 254d2307015370424034c0298a1148c4a7add069 diff --git a/bundle/vim-coffee-script b/bundle/vim-coffee-script new file mode 160000 index 0000000..43c9160 --- /dev/null +++ b/bundle/vim-coffee-script @@ -0,0 +1 @@ +Subproject commit 43c9160977042605dfe83450ec5494a6c97e656d diff --git a/bundle/vim-colors-solarized b/bundle/vim-colors-solarized new file mode 160000 index 0000000..528a59f --- /dev/null +++ b/bundle/vim-colors-solarized @@ -0,0 +1 @@ +Subproject commit 528a59f26d12278698bb946f8fb82a63711eec21 diff --git a/bundle/vim-fugitive b/bundle/vim-fugitive new file mode 160000 index 0000000..1b7e407 --- /dev/null +++ b/bundle/vim-fugitive @@ -0,0 +1 @@ +Subproject commit 1b7e4070f5f7b7522422f5b00a75b323cc314daf diff --git a/bundle/vim-less b/bundle/vim-less new file mode 160000 index 0000000..2a4a763 --- /dev/null +++ b/bundle/vim-less @@ -0,0 +1 @@ +Subproject commit 2a4a7636909e5793c62e612c65acc4deb8143f54 diff --git a/bundle/vim-markdown b/bundle/vim-markdown new file mode 160000 index 0000000..f3f96fd --- /dev/null +++ b/bundle/vim-markdown @@ -0,0 +1 @@ +Subproject commit f3f96fd7c1bec0527de62415fd344e73994f1c47 diff --git a/bundle/vim-matchit b/bundle/vim-matchit new file mode 160000 index 0000000..d9ec301 --- /dev/null +++ b/bundle/vim-matchit @@ -0,0 +1 @@ +Subproject commit d9ec3017cf8fca4e8d0b1fcae3ff7115f7ff0d9d diff --git a/bundle/vim-pathogen b/bundle/vim-pathogen new file mode 160000 index 0000000..7701d82 --- /dev/null +++ b/bundle/vim-pathogen @@ -0,0 +1 @@ +Subproject commit 7701d8220115fe3d1bbead51773346eccc3276af diff --git a/bundle/vim-surround b/bundle/vim-surround new file mode 160000 index 0000000..6f0984a --- /dev/null +++ b/bundle/vim-surround @@ -0,0 +1 @@ +Subproject commit 6f0984a5ca1430047fe760fc680c6cf98ae94b01