Adding submodules

This commit is contained in:
Alex Yatskov 2016-06-28 20:55:45 -07:00
parent ea561ec8a3
commit 2f04d5d659
35 changed files with 136 additions and 0 deletions

102
.gitmodules vendored Normal file
View File

@ -0,0 +1,102 @@
[submodule ".vim/bundle/vim-pathogen"]
path = .vim/bundle/vim-pathogen
url = https://github.com/tpope/vim-pathogen.git
[submodule ".vim/bundle/vim-argwrap"]
path = .vim/bundle/vim-argwrap
url = https://github.com/FooSoft/vim-argwrap.git
[submodule ".vim/bundle/vim-gitgutter"]
path = .vim/bundle/vim-gitgutter
url = https://github.com/airblade/vim-gitgutter.git
[submodule ".vim/bundle/vim-licenses"]
path = .vim/bundle/vim-licenses
url = https://github.com/antoyo/vim-licenses.git
[submodule ".vim/bundle/vim-angry"]
path = .vim/bundle/vim-angry
url = https://github.com/b4winckler/vim-angry.git
[submodule ".vim/bundle/vim-toml"]
path = .vim/bundle/vim-toml
url = https://github.com/cespare/vim-toml.git
[submodule ".vim/bundle/vim-sort-motion"]
path = .vim/bundle/vim-sort-motion
url = https://github.com/christoomey/vim-sort-motion.git
[submodule ".vim/bundle/ctrlp.vim"]
path = .vim/bundle/ctrlp.vim
url = https://github.com/ctrlpvim/ctrlp.vim.git
[submodule ".vim/bundle/vim-fswitch"]
path = .vim/bundle/vim-fswitch
url = https://github.com/derekwyatt/vim-fswitch.git
[submodule ".vim/bundle/vim-go"]
path = .vim/bundle/vim-go
url = https://github.com/fatih/vim-go.git
[submodule ".vim/bundle/vim-easy-align"]
path = .vim/bundle/vim-easy-align
url = https://github.com/junegunn/vim-easy-align.git
[submodule ".vim/bundle/vim-indent-object"]
path = .vim/bundle/vim-indent-object
url = https://github.com/michaeljsmith/vim-indent-object.git
[submodule ".vim/bundle/vim-bbye"]
path = .vim/bundle/vim-bbye
url = https://github.com/moll/vim-bbye.git
[submodule ".vim/bundle/vim-better-whitespace"]
path = .vim/bundle/vim-better-whitespace
url = https://github.com/ntpeters/vim-better-whitespace.git
[submodule ".vim/bundle/html5.vim"]
path = .vim/bundle/html5.vim
url = https://github.com/othree/html5.vim.git
[submodule ".vim/bundle/vim-javascript"]
path = .vim/bundle/vim-javascript
url = https://github.com/pangloss/vim-javascript.git
[submodule ".vim/bundle/vim-markdown"]
path = .vim/bundle/vim-markdown
url = https://github.com/plasticboy/vim-markdown.git
[submodule ".vim/bundle/ag.vim"]
path = .vim/bundle/ag.vim
url = https://github.com/rking/ag.vim.git
[submodule ".vim/bundle/vim-bufonly"]
path = .vim/bundle/vim-bufonly
url = https://github.com/schickling/vim-bufonly.git
[submodule ".vim/bundle/molokai"]
path = .vim/bundle/molokai
url = https://github.com/tomasr/molokai.git
[submodule ".vim/bundle/vim-abolish"]
path = .vim/bundle/vim-abolish
url = https://github.com/tpope/vim-abolish.git
[submodule ".vim/bundle/vim-commentary"]
path = .vim/bundle/vim-commentary
url = https://github.com/tpope/vim-commentary.git
[submodule ".vim/bundle/vim-eunuch"]
path = .vim/bundle/vim-eunuch
url = https://github.com/tpope/vim-eunuch.git
[submodule ".vim/bundle/vim-fugitive"]
path = .vim/bundle/vim-fugitive
url = https://github.com/tpope/vim-fugitive.git
[submodule ".vim/bundle/vim-repeat"]
path = .vim/bundle/vim-repeat
url = https://github.com/tpope/vim-repeat
[submodule ".vim/bundle/vim-speeddating"]
path = .vim/bundle/vim-speeddating
url = https://github.com/tpope/vim-speeddating.git
[submodule ".vim/bundle/vim-surround"]
path = .vim/bundle/vim-surround
url = https://github.com/tpope/vim-surround
[submodule ".vim/bundle/vim-unimpaired"]
path = .vim/bundle/vim-unimpaired
url = https://github.com/tpope/vim-unimpaired.git
[submodule ".vim/bundle/vim-vinegar"]
path = .vim/bundle/vim-vinegar
url = https://github.com/tpope/vim-vinegar.git
[submodule ".vim/bundle/vim-interestingwords"]
path = .vim/bundle/vim-interestingwords
url = https://github.com/vasconcelloslf/vim-interestingwords.git
[submodule ".vim/bundle/vim-airline-themes"]
path = .vim/bundle/vim-airline-themes
url = https://github.com/vim-airline/vim-airline-themes.git
[submodule ".vim/bundle/vim-airline"]
path = .vim/bundle/vim-airline
url = https://github.com/vim-airline/vim-airline.git
[submodule ".vim/bundle/vim-latex"]
path = .vim/bundle/vim-latex
url = https://github.com/vim-latex/vim-latex.git
[submodule ".vim/bundle/vim-indent-guides"]
path = .vim/bundle/vim-indent-guides
url = https://github.com/nathanaelkane/vim-indent-guides.git

1
.vim/bundle/ag.vim Submodule

@ -0,0 +1 @@
Subproject commit 4a0dd6e190f446e5a016b44fdaa2feafc582918e

1
.vim/bundle/ctrlp.vim Submodule

@ -0,0 +1 @@
Subproject commit 0404e56e674830de7a487af589a28c68b39cac90

1
.vim/bundle/html5.vim Submodule

@ -0,0 +1 @@
Subproject commit fccd580f5f11d576169ee347907c9fbd77af410a

1
.vim/bundle/molokai Submodule

@ -0,0 +1 @@
Subproject commit c67bdfcdb31415aa0ade7f8c003261700a885476

@ -0,0 +1 @@
Subproject commit e6a170cda8ee542ec5f1384c9643d4330ee6b181

@ -0,0 +1 @@
Subproject commit 7b9b68f15dc50ef3c6382bd9df3a5e70c9ddcee9

@ -0,0 +1 @@
Subproject commit 796478723c01a275269b96f63ee5cd5b44a342f4

1
.vim/bundle/vim-angry Submodule

@ -0,0 +1 @@
Subproject commit 08e9e9a50e6683ac7b0c1d6fddfb5f1235c75700

@ -0,0 +1 @@
Subproject commit 068637fb624be232b30d761669273e7a9e634809

1
.vim/bundle/vim-bbye Submodule

@ -0,0 +1 @@
Subproject commit a018cbc1ba63b1a8b86b7c468645e7642637ec4a

@ -0,0 +1 @@
Subproject commit 7b3889cd072847f952211693f9aaf0c4ccede0a4

@ -0,0 +1 @@
Subproject commit 42e537b9cc1b975c3178ba8dada8f05d0794f0af

@ -0,0 +1 @@
Subproject commit 73e0d9a9d1f51b6cc9dc965f62669194ae851cb1

@ -0,0 +1 @@
Subproject commit 0cb6b98fc155717b0a56c110551ac57d1d951ddb

@ -0,0 +1 @@
Subproject commit 5ee2b82b565e6c6d80f1cb7735c78f66a159b198

@ -0,0 +1 @@
Subproject commit e716da1ee6f80ee859b36083e6d6c3d7617b72e7

@ -0,0 +1 @@
Subproject commit 50cc268d29c65738dab9eda8354d9387f1628519

@ -0,0 +1 @@
Subproject commit b5f23e986747a6f4b1dc1196d2a5bd3dc7c8c2b6

1
.vim/bundle/vim-go Submodule

@ -0,0 +1 @@
Subproject commit ecfd5cff385443d1b948d19f29eacc98520eacb0

@ -0,0 +1 @@
Subproject commit 018298ead9d3aa9cd3b4ae222f81022a33978b09

@ -0,0 +1 @@
Subproject commit 1d3e4aac0117d57c3e1aaaa7e5a99f1d7553e01b

@ -0,0 +1 @@
Subproject commit ecdf23a96fd18244d72d61018da28b0cc3253bdd

@ -0,0 +1 @@
Subproject commit 26c7330de100eb1d1809858358c2ccd5b2a74078

1
.vim/bundle/vim-latex Submodule

@ -0,0 +1 @@
Subproject commit c7aa5fa063071d433a9fa2d165951b33f3f0c90b

@ -0,0 +1 @@
Subproject commit 04cfbc35fdb267905b6ed1ddf9924c2a8b6b5e5a

@ -0,0 +1 @@
Subproject commit a3169545f330ec8080244c3ad755bb2211eca8a0

@ -0,0 +1 @@
Subproject commit 8c91196cfd9c8fe619f35fac6f2ac81be10677f8

@ -0,0 +1 @@
Subproject commit 7a6675f092842c8f81e71d5345bd7cdbf3759415

@ -0,0 +1 @@
Subproject commit 20a599cdda221d48627c3bce23d779c41d508ce8

@ -0,0 +1 @@
Subproject commit 426c792e479f6e1650a6996c683943a09344c21e

@ -0,0 +1 @@
Subproject commit e49d6c2459e0f5569ff2d533b4df995dd7f98313

1
.vim/bundle/vim-toml Submodule

@ -0,0 +1 @@
Subproject commit f6f79f3cc6740dfacca73a195857cbc45e778912

@ -0,0 +1 @@
Subproject commit 11dc568dbfd7a56866a4354c737515769f08e9fe

@ -0,0 +1 @@
Subproject commit 75fc3824bc09053f22735d6726c5cfd614c15642