diff --git a/.gitmodules b/.gitmodules index e6b61d5..2fc809a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,39 +1,39 @@ -[submodule "vim/vim-pathogen"] - path = .vim/bundle/vim-pathogen - url = https://github.com/tpope/vim-pathogen.git -[submodule "vim/nerdtree"] - path = .vim/bundle/nerdtree - url = https://github.com/scrooloose/nerdtree.git -[submodule "vim/vim-statline"] - path = .vim/bundle/vim-statline - url = https://github.com/millermedeiros/vim-statline.git -[submodule "vim/supertab"] - path = .vim/bundle/supertab - url = https://github.com/ervandew/supertab.git -[submodule "vim/Command-T"] - path = .vim/bundle/Command-T - url = https://github.com/wincent/Command-T.git -[submodule "tlib_vim"] - path = .vim/bundle/tlib_vim - url = https://github.com/tomtom/tlib_vim.git -[submodule "tcomment_vim"] - path = .vim/bundle/tcomment_vim - url = https://github.com/tomtom/tcomment_vim.git -[submodule "vim-eunuch"] - path = .vim/bundle/vim-eunuch - url = https://github.com/tpope/vim-eunuch.git -[submodule "vim-surround"] - path = .vim/bundle/vim-surround - url = https://github.com/tpope/vim-surround.git -[submodule "rainbow_parentheses.vim"] - path = .vim/bundle/rainbow_parentheses.vim - url = https://github.com/kien/rainbow_parentheses.vim.git -[submodule "gundo"] - path = .vim/bundle/gundo - url = https://github.com/sjl/gundo.vim.git -[submodule "minibufexpl"] - path = .vim/bundle/minibufexpl - url = https://github.com/fholgado/minibufexpl.vim.git -[submodule "tagbar"] - path = .vim/bundle/tagbar - url = https://github.com/majutsushi/tagbar.git +[submodule ".vim/bundle/vim-pathogen"] + path = .vim/bundle/vim-pathogen + url = https://github.com/tpope/vim-pathogen.git +[submodule ".vim/bundle/nerdtree"] + path = .vim/bundle/nerdtree + url = https://github.com/scrooloose/nerdtree.git +[submodule ".vim/bundle/vim-statline"] + path = .vim/bundle/vim-statline + url = https://github.com/millermedeiros/vim-statline.git +[submodule ".vim/bundle/supertab"] + path = .vim/bundle/supertab + url = https://github.com/ervandew/supertab.git +[submodule ".vim/bundle/Command-T"] + path = .vim/bundle/Command-T + url = https://github.com/wincent/Command-T.git +[submodule ".vim/bundle/tlib_vim"] + path = .vim/bundle/tlib_vim + url = https://github.com/tomtom/tlib_vim.git +[submodule ".vim/bundle/tcomment_vim"] + path = .vim/bundle/tcomment_vim + url = https://github.com/tomtom/tcomment_vim.git +[submodule ".vim/bundle/vim-eunuch"] + path = .vim/bundle/vim-eunuch + url = https://github.com/tpope/vim-eunuch.git +[submodule ".vim/bundle/vim-surround"] + path = .vim/bundle/vim-surround + url = https://github.com/tpope/vim-surround.git +[submodule ".vim/bundle/rainbow_parentheses.vim"] + path = .vim/bundle/rainbow_parentheses.vim + url = https://github.com/kien/rainbow_parentheses.vim.git +[submodule ".vim/bundle/gundo"] + path = .vim/bundle/gundo + url = https://github.com/sjl/gundo.vim.git +[submodule ".vim/bundle/minibufexpl"] + path = .vim/bundle/minibufexpl + url = https://github.com/fholgado/minibufexpl.vim.git +[submodule ".vim/bundle/tagbar"] + path = .vim/bundle/tagbar + url = https://github.com/majutsushi/tagbar.git diff --git a/.vim/bundle/Command-T b/.vim/bundle/Command-T new file mode 160000 index 0000000..07087e1 --- /dev/null +++ b/.vim/bundle/Command-T @@ -0,0 +1 @@ +Subproject commit 07087e16ba8fe0a87b1d1ccd03e158a0157dc1f8 diff --git a/.vim/bundle/gundo b/.vim/bundle/gundo new file mode 160000 index 0000000..4c376a8 --- /dev/null +++ b/.vim/bundle/gundo @@ -0,0 +1 @@ +Subproject commit 4c376a8061fa335228da420937ce385b847dd56a diff --git a/.vim/bundle/minibufexpl b/.vim/bundle/minibufexpl new file mode 160000 index 0000000..d92c8b0 --- /dev/null +++ b/.vim/bundle/minibufexpl @@ -0,0 +1 @@ +Subproject commit d92c8b01248d612444829001b3e081629d37a1aa diff --git a/.vim/bundle/nerdtree b/.vim/bundle/nerdtree new file mode 160000 index 0000000..40d05ac --- /dev/null +++ b/.vim/bundle/nerdtree @@ -0,0 +1 @@ +Subproject commit 40d05ace57fb51cc2c2b2e9eb81c4832ed291630 diff --git a/.vim/bundle/rainbow_parentheses.vim b/.vim/bundle/rainbow_parentheses.vim new file mode 160000 index 0000000..874367f --- /dev/null +++ b/.vim/bundle/rainbow_parentheses.vim @@ -0,0 +1 @@ +Subproject commit 874367f41275d8dd43204f0c491157accc8b5f03 diff --git a/.vim/bundle/supertab b/.vim/bundle/supertab new file mode 160000 index 0000000..cb8a297 --- /dev/null +++ b/.vim/bundle/supertab @@ -0,0 +1 @@ +Subproject commit cb8a2979afca175ddc3c126c7b4a2610bd32a6f5 diff --git a/.vim/bundle/tagbar b/.vim/bundle/tagbar new file mode 160000 index 0000000..feebffc --- /dev/null +++ b/.vim/bundle/tagbar @@ -0,0 +1 @@ +Subproject commit feebffcd2a3ac171bd7a20b512567a19d94b1ea0 diff --git a/.vim/bundle/tcomment_vim b/.vim/bundle/tcomment_vim new file mode 160000 index 0000000..8e77286 --- /dev/null +++ b/.vim/bundle/tcomment_vim @@ -0,0 +1 @@ +Subproject commit 8e772866c0259de0b2f1534a37ec202386306e5b diff --git a/.vim/bundle/tlib_vim b/.vim/bundle/tlib_vim new file mode 160000 index 0000000..58122ab --- /dev/null +++ b/.vim/bundle/tlib_vim @@ -0,0 +1 @@ +Subproject commit 58122ab00417416757d62867f785d5a96021c0d0 diff --git a/.vim/bundle/vim-eunuch b/.vim/bundle/vim-eunuch new file mode 160000 index 0000000..4abf1f5 --- /dev/null +++ b/.vim/bundle/vim-eunuch @@ -0,0 +1 @@ +Subproject commit 4abf1f58614fc6b4c20bb247db59469a9a52ff9b diff --git a/.vim/bundle/vim-pathogen b/.vim/bundle/vim-pathogen new file mode 160000 index 0000000..f195ac5 --- /dev/null +++ b/.vim/bundle/vim-pathogen @@ -0,0 +1 @@ +Subproject commit f195ac5e402a1e7d0f75322558da36245dde59d6 diff --git a/.vim/bundle/vim-statline b/.vim/bundle/vim-statline new file mode 160000 index 0000000..45d369e --- /dev/null +++ b/.vim/bundle/vim-statline @@ -0,0 +1 @@ +Subproject commit 45d369eff6e2c5441ba21918825a8c215a44a951 diff --git a/.vim/bundle/vim-surround b/.vim/bundle/vim-surround new file mode 160000 index 0000000..02199ea --- /dev/null +++ b/.vim/bundle/vim-surround @@ -0,0 +1 @@ +Subproject commit 02199ea0080d744ec76b79d74ce56d51d25cf7ae