diff --git a/.gitmodules b/.gitmodules index a618dfd..a3ac330 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,43 @@ [submodule "zsh/zsh-syntax-highlighting"] path = zsh/zsh-syntax-highlighting url = https://github.com/zsh-users/zsh-syntax-highlighting.git + +[submodule "vim/bundle/html5.vim"] + path = vim/bundle/html5.vim + url = https://github.com/othree/html5.vim +[submodule "vim/bundle/vim-bufferline"] + path = vim/bundle/vim-bufferline + url = https://github.com/bling/vim-bufferline.git +[submodule "vim/bundle/syntastic"] + path = vim/bundle/syntastic + url = https://github.com/scrooloose/syntastic.git +[submodule "vim/bundle/supertab"] + path = vim/bundle/supertab + url = https://github.com/ervandew/supertab.git +[submodule "vim/bundle/vim-jquery"] + path = vim/bundle/vim-jquery + url = https://github.com/itspriddle/vim-jquery.git +[submodule "vim/bundle/nerdcommenter"] + path = vim/bundle/nerdcommenter + url = https://github.com/scrooloose/nerdcommenter.git +[submodule "vim/bundle/vim-pathogen"] + path = vim/bundle/vim-pathogen + url = https://github.com/tpope/vim-pathogen.git +[submodule "vim/bundle/vim-airline"] + path = vim/bundle/vim-airline + url = https://github.com/bling/vim-airline +[submodule "vim/bundle/tagbar"] + path = vim/bundle/tagbar + url = https://github.com/majutsushi/tagbar +[submodule "vim/bundle/vim-fugitive"] + path = vim/bundle/vim-fugitive + url = https://github.com/tpope/vim-fugitive +[submodule "vim/bundle/htmljinja"] + path = vim/bundle/htmljinja + url = https://github.com/estin/htmljinja +[submodule "vim/bundle/Better-CSS-Syntax-for-Vim"] + path = vim/bundle/Better-CSS-Syntax-for-Vim + url = https://github.com/ChrisYip/Better-CSS-Syntax-for-Vim +[submodule "vim/bundle/nerdtree"] + path = vim/bundle/nerdtree + url = https://github.com/scrooloose/nerdtree diff --git a/vim/bundle/Better-CSS-Syntax-for-Vim b/vim/bundle/Better-CSS-Syntax-for-Vim new file mode 160000 index 0000000..861d929 --- /dev/null +++ b/vim/bundle/Better-CSS-Syntax-for-Vim @@ -0,0 +1 @@ +Subproject commit 861d9297aa44a0f9ffd35259ddd980526fe6f715 diff --git a/vim/bundle/html5.vim b/vim/bundle/html5.vim new file mode 160000 index 0000000..cb00fc7 --- /dev/null +++ b/vim/bundle/html5.vim @@ -0,0 +1 @@ +Subproject commit cb00fc70564b97e74a7ab687ec8b64177f7817c9 diff --git a/vim/bundle/htmljinja b/vim/bundle/htmljinja new file mode 160000 index 0000000..7a5d7b8 --- /dev/null +++ b/vim/bundle/htmljinja @@ -0,0 +1 @@ +Subproject commit 7a5d7b8b09b0ec77aea10cde4ede65f34edf31dd diff --git a/vim/bundle/nerdcommenter b/vim/bundle/nerdcommenter new file mode 160000 index 0000000..0b3d928 --- /dev/null +++ b/vim/bundle/nerdcommenter @@ -0,0 +1 @@ +Subproject commit 0b3d928dce8262dedfc2f83b9aeb59a94e4f0ae4 diff --git a/vim/bundle/nerdtree b/vim/bundle/nerdtree new file mode 160000 index 0000000..b0bb781 --- /dev/null +++ b/vim/bundle/nerdtree @@ -0,0 +1 @@ +Subproject commit b0bb781fc73ef40365e4c996a16f04368d64fc9d diff --git a/vim/bundle/supertab b/vim/bundle/supertab new file mode 160000 index 0000000..7a32e08 --- /dev/null +++ b/vim/bundle/supertab @@ -0,0 +1 @@ +Subproject commit 7a32e0866bfea26cf7781935289df131d1d0c0e0 diff --git a/vim/bundle/syntastic b/vim/bundle/syntastic new file mode 160000 index 0000000..8616072 --- /dev/null +++ b/vim/bundle/syntastic @@ -0,0 +1 @@ +Subproject commit 86160723dcbfaa53807c80f4c9b1c3c574a310a1 diff --git a/vim/bundle/tagbar b/vim/bundle/tagbar new file mode 160000 index 0000000..fd79a17 --- /dev/null +++ b/vim/bundle/tagbar @@ -0,0 +1 @@ +Subproject commit fd79a1718902f3eee78a40547d9a792b0e54927f diff --git a/vim/bundle/vim-airline b/vim/bundle/vim-airline new file mode 160000 index 0000000..2735282 --- /dev/null +++ b/vim/bundle/vim-airline @@ -0,0 +1 @@ +Subproject commit 2735282992f360ce0f4e0255f420e4977a24282f diff --git a/vim/bundle/vim-bufferline b/vim/bundle/vim-bufferline new file mode 160000 index 0000000..b9ad64a --- /dev/null +++ b/vim/bundle/vim-bufferline @@ -0,0 +1 @@ +Subproject commit b9ad64ae75a06f3462dc46935f1757797f816f02 diff --git a/vim/bundle/vim-fugitive b/vim/bundle/vim-fugitive new file mode 160000 index 0000000..124550c --- /dev/null +++ b/vim/bundle/vim-fugitive @@ -0,0 +1 @@ +Subproject commit 124550cfee33a1bb9a227e78ccc709317a89dae9 diff --git a/vim/bundle/vim-jquery b/vim/bundle/vim-jquery new file mode 160000 index 0000000..61890d8 --- /dev/null +++ b/vim/bundle/vim-jquery @@ -0,0 +1 @@ +Subproject commit 61890d8e5ba8a873526fb91c6484aa445cc20b56 diff --git a/vim/bundle/vim-pathogen b/vim/bundle/vim-pathogen new file mode 160000 index 0000000..1270dce --- /dev/null +++ b/vim/bundle/vim-pathogen @@ -0,0 +1 @@ +Subproject commit 1270dceb1fe0ca35f8b292c7b41b45b42c5a0cc1