diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..48c4d82 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,51 @@ +[submodule "bundle/ctrlp"] + path = bundle/ctrlp + url = https://github.com/kien/ctrlp.vim +[submodule "bundle/easymotion"] + path = bundle/easymotion + url = https://github.com/Lokaltog/vim-easymotion.git +[submodule "bundle/fugitive"] + path = bundle/fugitive + url = https://github.com/tpope/vim-fugitive.git +[submodule "bundle/gnupg"] + path = bundle/gnupg + url = https://github.com/vim-scripts/gnupg +[submodule "bundle/gundo"] + path = bundle/gundo + url = https://github.com/vim-scripts/Gundo +[submodule "bundle/latexsuite"] + path = bundle/latexsuite + url = git://git.code.sf.net/p/vim-latex/vim-latex +[submodule "bundle/molokai"] + path = bundle/molokai + url = https://github.com/tomasr/molokai +[submodule "bundle/nerdcommenter"] + path = bundle/nerdcommenter + url = https://github.com/scrooloose/nerdcommenter +[submodule "bundle/nerdtree"] + path = bundle/nerdtree + url = https://github.com/scrooloose/nerdtree +[submodule "bundle/quickrun"] + path = bundle/quickrun + url = https://github.com/thinca/vim-quickrun.git +[submodule "bundle/solarized"] + path = bundle/solarized + url = https://github.com/altercation/vim-colors-solarized.git +[submodule "bundle/surround"] + path = bundle/surround + url = https://github.com/tpope/vim-surround.git +[submodule "bundle/syntastic"] + path = bundle/syntastic + url = https://github.com/scrooloose/syntastic +[submodule "bundle/tabular"] + path = bundle/tabular + url = https://github.com/godlygeek/tabular.git +[submodule "bundle/tagbar"] + path = bundle/tagbar + url = https://github.com/majutsushi/tagbar +[submodule "bundle/unbundle"] + path = bundle/unbundle + url = https://github.com/sunaku/vim-unbundle +[submodule "bundle/colorscheme-kalisi"] + path = bundle/colorscheme-kalisi + url = https://github.com/freeo/vim-kalisi diff --git a/bundle/ctrlp b/bundle/ctrlp new file mode 160000 index 0000000..b5d3fe6 --- /dev/null +++ b/bundle/ctrlp @@ -0,0 +1 @@ +Subproject commit b5d3fe66a58a13d2ff8b6391f4387608496a030f diff --git a/bundle/gnupg b/bundle/gnupg new file mode 160000 index 0000000..3293c58 --- /dev/null +++ b/bundle/gnupg @@ -0,0 +1 @@ +Subproject commit 3293c5870fabb3c1775618cedf0684e4a0cc4ab8 diff --git a/bundle/gundo b/bundle/gundo new file mode 160000 index 0000000..f443470 --- /dev/null +++ b/bundle/gundo @@ -0,0 +1 @@ +Subproject commit f443470b96364c24a775629418a6b2562ec9173e diff --git a/bundle/molokai b/bundle/molokai new file mode 160000 index 0000000..db8ce13 --- /dev/null +++ b/bundle/molokai @@ -0,0 +1 @@ +Subproject commit db8ce13b3737d3ddea8368498183d7c204a762eb diff --git a/bundle/nerdcommenter b/bundle/nerdcommenter new file mode 160000 index 0000000..6549cfd --- /dev/null +++ b/bundle/nerdcommenter @@ -0,0 +1 @@ +Subproject commit 6549cfde45339bd4f711504196ff3e8b766ef5e6 diff --git a/bundle/nerdtree b/bundle/nerdtree new file mode 160000 index 0000000..3b98a7f --- /dev/null +++ b/bundle/nerdtree @@ -0,0 +1 @@ +Subproject commit 3b98a7fcae8f9fff356907171f0406ff8cd28921 diff --git a/bundle/syntastic b/bundle/syntastic new file mode 160000 index 0000000..7cbb79b --- /dev/null +++ b/bundle/syntastic @@ -0,0 +1 @@ +Subproject commit 7cbb79b73444247d546392ce0bba0f755bed329b diff --git a/bundle/tagbar b/bundle/tagbar new file mode 160000 index 0000000..00dfa82 --- /dev/null +++ b/bundle/tagbar @@ -0,0 +1 @@ +Subproject commit 00dfa82b00e734b453153564efeec933c48087f0 diff --git a/bundle/unbundle b/bundle/unbundle new file mode 160000 index 0000000..b046e7a --- /dev/null +++ b/bundle/unbundle @@ -0,0 +1 @@ +Subproject commit b046e7a67100594d4ab0cea22c1fa462554721d2