diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..9c16a74 --- /dev/null +++ b/.gitmodules @@ -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 diff --git a/.vim/bundle/ag.vim b/.vim/bundle/ag.vim new file mode 160000 index 0000000..4a0dd6e --- /dev/null +++ b/.vim/bundle/ag.vim @@ -0,0 +1 @@ +Subproject commit 4a0dd6e190f446e5a016b44fdaa2feafc582918e diff --git a/.vim/bundle/ctrlp.vim b/.vim/bundle/ctrlp.vim new file mode 160000 index 0000000..0404e56 --- /dev/null +++ b/.vim/bundle/ctrlp.vim @@ -0,0 +1 @@ +Subproject commit 0404e56e674830de7a487af589a28c68b39cac90 diff --git a/.vim/bundle/html5.vim b/.vim/bundle/html5.vim new file mode 160000 index 0000000..fccd580 --- /dev/null +++ b/.vim/bundle/html5.vim @@ -0,0 +1 @@ +Subproject commit fccd580f5f11d576169ee347907c9fbd77af410a diff --git a/.vim/bundle/molokai b/.vim/bundle/molokai new file mode 160000 index 0000000..c67bdfc --- /dev/null +++ b/.vim/bundle/molokai @@ -0,0 +1 @@ +Subproject commit c67bdfcdb31415aa0ade7f8c003261700a885476 diff --git a/.vim/bundle/vim-abolish b/.vim/bundle/vim-abolish new file mode 160000 index 0000000..e6a170c --- /dev/null +++ b/.vim/bundle/vim-abolish @@ -0,0 +1 @@ +Subproject commit e6a170cda8ee542ec5f1384c9643d4330ee6b181 diff --git a/.vim/bundle/vim-airline b/.vim/bundle/vim-airline new file mode 160000 index 0000000..7b9b68f --- /dev/null +++ b/.vim/bundle/vim-airline @@ -0,0 +1 @@ +Subproject commit 7b9b68f15dc50ef3c6382bd9df3a5e70c9ddcee9 diff --git a/.vim/bundle/vim-airline-themes b/.vim/bundle/vim-airline-themes new file mode 160000 index 0000000..7964787 --- /dev/null +++ b/.vim/bundle/vim-airline-themes @@ -0,0 +1 @@ +Subproject commit 796478723c01a275269b96f63ee5cd5b44a342f4 diff --git a/.vim/bundle/vim-angry b/.vim/bundle/vim-angry new file mode 160000 index 0000000..08e9e9a --- /dev/null +++ b/.vim/bundle/vim-angry @@ -0,0 +1 @@ +Subproject commit 08e9e9a50e6683ac7b0c1d6fddfb5f1235c75700 diff --git a/.vim/bundle/vim-argwrap b/.vim/bundle/vim-argwrap new file mode 160000 index 0000000..068637f --- /dev/null +++ b/.vim/bundle/vim-argwrap @@ -0,0 +1 @@ +Subproject commit 068637fb624be232b30d761669273e7a9e634809 diff --git a/.vim/bundle/vim-bbye b/.vim/bundle/vim-bbye new file mode 160000 index 0000000..a018cbc --- /dev/null +++ b/.vim/bundle/vim-bbye @@ -0,0 +1 @@ +Subproject commit a018cbc1ba63b1a8b86b7c468645e7642637ec4a diff --git a/.vim/bundle/vim-better-whitespace b/.vim/bundle/vim-better-whitespace new file mode 160000 index 0000000..7b3889c --- /dev/null +++ b/.vim/bundle/vim-better-whitespace @@ -0,0 +1 @@ +Subproject commit 7b3889cd072847f952211693f9aaf0c4ccede0a4 diff --git a/.vim/bundle/vim-bufonly b/.vim/bundle/vim-bufonly new file mode 160000 index 0000000..42e537b --- /dev/null +++ b/.vim/bundle/vim-bufonly @@ -0,0 +1 @@ +Subproject commit 42e537b9cc1b975c3178ba8dada8f05d0794f0af diff --git a/.vim/bundle/vim-commentary b/.vim/bundle/vim-commentary new file mode 160000 index 0000000..73e0d9a --- /dev/null +++ b/.vim/bundle/vim-commentary @@ -0,0 +1 @@ +Subproject commit 73e0d9a9d1f51b6cc9dc965f62669194ae851cb1 diff --git a/.vim/bundle/vim-easy-align b/.vim/bundle/vim-easy-align new file mode 160000 index 0000000..0cb6b98 --- /dev/null +++ b/.vim/bundle/vim-easy-align @@ -0,0 +1 @@ +Subproject commit 0cb6b98fc155717b0a56c110551ac57d1d951ddb diff --git a/.vim/bundle/vim-eunuch b/.vim/bundle/vim-eunuch new file mode 160000 index 0000000..5ee2b82 --- /dev/null +++ b/.vim/bundle/vim-eunuch @@ -0,0 +1 @@ +Subproject commit 5ee2b82b565e6c6d80f1cb7735c78f66a159b198 diff --git a/.vim/bundle/vim-fswitch b/.vim/bundle/vim-fswitch new file mode 160000 index 0000000..e716da1 --- /dev/null +++ b/.vim/bundle/vim-fswitch @@ -0,0 +1 @@ +Subproject commit e716da1ee6f80ee859b36083e6d6c3d7617b72e7 diff --git a/.vim/bundle/vim-fugitive b/.vim/bundle/vim-fugitive new file mode 160000 index 0000000..50cc268 --- /dev/null +++ b/.vim/bundle/vim-fugitive @@ -0,0 +1 @@ +Subproject commit 50cc268d29c65738dab9eda8354d9387f1628519 diff --git a/.vim/bundle/vim-gitgutter b/.vim/bundle/vim-gitgutter new file mode 160000 index 0000000..b5f23e9 --- /dev/null +++ b/.vim/bundle/vim-gitgutter @@ -0,0 +1 @@ +Subproject commit b5f23e986747a6f4b1dc1196d2a5bd3dc7c8c2b6 diff --git a/.vim/bundle/vim-go b/.vim/bundle/vim-go new file mode 160000 index 0000000..ecfd5cf --- /dev/null +++ b/.vim/bundle/vim-go @@ -0,0 +1 @@ +Subproject commit ecfd5cff385443d1b948d19f29eacc98520eacb0 diff --git a/.vim/bundle/vim-indent-guides b/.vim/bundle/vim-indent-guides new file mode 160000 index 0000000..018298e --- /dev/null +++ b/.vim/bundle/vim-indent-guides @@ -0,0 +1 @@ +Subproject commit 018298ead9d3aa9cd3b4ae222f81022a33978b09 diff --git a/.vim/bundle/vim-indent-object b/.vim/bundle/vim-indent-object new file mode 160000 index 0000000..1d3e4aa --- /dev/null +++ b/.vim/bundle/vim-indent-object @@ -0,0 +1 @@ +Subproject commit 1d3e4aac0117d57c3e1aaaa7e5a99f1d7553e01b diff --git a/.vim/bundle/vim-interestingwords b/.vim/bundle/vim-interestingwords new file mode 160000 index 0000000..ecdf23a --- /dev/null +++ b/.vim/bundle/vim-interestingwords @@ -0,0 +1 @@ +Subproject commit ecdf23a96fd18244d72d61018da28b0cc3253bdd diff --git a/.vim/bundle/vim-javascript b/.vim/bundle/vim-javascript new file mode 160000 index 0000000..26c7330 --- /dev/null +++ b/.vim/bundle/vim-javascript @@ -0,0 +1 @@ +Subproject commit 26c7330de100eb1d1809858358c2ccd5b2a74078 diff --git a/.vim/bundle/vim-latex b/.vim/bundle/vim-latex new file mode 160000 index 0000000..c7aa5fa --- /dev/null +++ b/.vim/bundle/vim-latex @@ -0,0 +1 @@ +Subproject commit c7aa5fa063071d433a9fa2d165951b33f3f0c90b diff --git a/.vim/bundle/vim-licenses b/.vim/bundle/vim-licenses new file mode 160000 index 0000000..04cfbc3 --- /dev/null +++ b/.vim/bundle/vim-licenses @@ -0,0 +1 @@ +Subproject commit 04cfbc35fdb267905b6ed1ddf9924c2a8b6b5e5a diff --git a/.vim/bundle/vim-markdown b/.vim/bundle/vim-markdown new file mode 160000 index 0000000..a316954 --- /dev/null +++ b/.vim/bundle/vim-markdown @@ -0,0 +1 @@ +Subproject commit a3169545f330ec8080244c3ad755bb2211eca8a0 diff --git a/.vim/bundle/vim-pathogen b/.vim/bundle/vim-pathogen new file mode 160000 index 0000000..8c91196 --- /dev/null +++ b/.vim/bundle/vim-pathogen @@ -0,0 +1 @@ +Subproject commit 8c91196cfd9c8fe619f35fac6f2ac81be10677f8 diff --git a/.vim/bundle/vim-repeat b/.vim/bundle/vim-repeat new file mode 160000 index 0000000..7a6675f --- /dev/null +++ b/.vim/bundle/vim-repeat @@ -0,0 +1 @@ +Subproject commit 7a6675f092842c8f81e71d5345bd7cdbf3759415 diff --git a/.vim/bundle/vim-sort-motion b/.vim/bundle/vim-sort-motion new file mode 160000 index 0000000..20a599c --- /dev/null +++ b/.vim/bundle/vim-sort-motion @@ -0,0 +1 @@ +Subproject commit 20a599cdda221d48627c3bce23d779c41d508ce8 diff --git a/.vim/bundle/vim-speeddating b/.vim/bundle/vim-speeddating new file mode 160000 index 0000000..426c792 --- /dev/null +++ b/.vim/bundle/vim-speeddating @@ -0,0 +1 @@ +Subproject commit 426c792e479f6e1650a6996c683943a09344c21e diff --git a/.vim/bundle/vim-surround b/.vim/bundle/vim-surround new file mode 160000 index 0000000..e49d6c2 --- /dev/null +++ b/.vim/bundle/vim-surround @@ -0,0 +1 @@ +Subproject commit e49d6c2459e0f5569ff2d533b4df995dd7f98313 diff --git a/.vim/bundle/vim-toml b/.vim/bundle/vim-toml new file mode 160000 index 0000000..f6f79f3 --- /dev/null +++ b/.vim/bundle/vim-toml @@ -0,0 +1 @@ +Subproject commit f6f79f3cc6740dfacca73a195857cbc45e778912 diff --git a/.vim/bundle/vim-unimpaired b/.vim/bundle/vim-unimpaired new file mode 160000 index 0000000..11dc568 --- /dev/null +++ b/.vim/bundle/vim-unimpaired @@ -0,0 +1 @@ +Subproject commit 11dc568dbfd7a56866a4354c737515769f08e9fe diff --git a/.vim/bundle/vim-vinegar b/.vim/bundle/vim-vinegar new file mode 160000 index 0000000..75fc382 --- /dev/null +++ b/.vim/bundle/vim-vinegar @@ -0,0 +1 @@ +Subproject commit 75fc3824bc09053f22735d6726c5cfd614c15642