From 55d754d6808db3a1a757997c5c0d6cfc66576803 Mon Sep 17 00:00:00 2001 From: Haak Saxberg Date: Tue, 18 Mar 2014 18:50:00 -0700 Subject: [PATCH] lots of cool submodules added --- .gitmodules | 15 +++++++++++++++ vim-files/.vim/bundle/YouCompleteMe | 1 + vim-files/.vim/bundle/syntastic | 1 + vim-files/.vim/bundle/vim-indent-guides | 1 + vim-files/.vim/bundle/vim-surround | 1 + vim-files/.vim/bundle/vim-yankstack | 1 + 6 files changed, 20 insertions(+) create mode 160000 vim-files/.vim/bundle/YouCompleteMe create mode 160000 vim-files/.vim/bundle/syntastic create mode 160000 vim-files/.vim/bundle/vim-indent-guides create mode 160000 vim-files/.vim/bundle/vim-surround create mode 160000 vim-files/.vim/bundle/vim-yankstack diff --git a/.gitmodules b/.gitmodules index 4aa8857..0900823 100644 --- a/.gitmodules +++ b/.gitmodules @@ -72,3 +72,18 @@ [submodule "vim-files/.vim/bundle/jedi-vim"] path = vim-files/.vim/bundle/jedi-vim url = https://github.com/davidhalter/jedi-vim.git +[submodule "vim-files/.vim/bundle/vim-indent-guides"] + path = vim-files/.vim/bundle/vim-indent-guides + url = https://github.com/nathanaelkane/vim-indent-guides.git +[submodule "vim-files/.vim/bundle/vim-yankstack"] + path = vim-files/.vim/bundle/vim-yankstack + url = https://github.com/maxbrunsfeld/vim-yankstack.git +[submodule "vim-files/.vim/bundle/vim-surround"] + path = vim-files/.vim/bundle/vim-surround + url = https://github.com/tpope/vim-surround.git +[submodule "vim-files/.vim/bundle/syntastic"] + path = vim-files/.vim/bundle/syntastic + url = https://github.com/scrooloose/syntastic.git +[submodule "vim-files/.vim/bundle/YouCompleteMe"] + path = vim-files/.vim/bundle/YouCompleteMe + url = https://github.com/Valloric/YouCompleteMe.git diff --git a/vim-files/.vim/bundle/YouCompleteMe b/vim-files/.vim/bundle/YouCompleteMe new file mode 160000 index 0000000..9e54390 --- /dev/null +++ b/vim-files/.vim/bundle/YouCompleteMe @@ -0,0 +1 @@ +Subproject commit 9e54390cdaebae73ebc963ec4f32ba95e0903879 diff --git a/vim-files/.vim/bundle/syntastic b/vim-files/.vim/bundle/syntastic new file mode 160000 index 0000000..5e275c4 --- /dev/null +++ b/vim-files/.vim/bundle/syntastic @@ -0,0 +1 @@ +Subproject commit 5e275c45313cd9a5441343d25c8207d03861fc9d diff --git a/vim-files/.vim/bundle/vim-indent-guides b/vim-files/.vim/bundle/vim-indent-guides new file mode 160000 index 0000000..eec1b62 --- /dev/null +++ b/vim-files/.vim/bundle/vim-indent-guides @@ -0,0 +1 @@ +Subproject commit eec1b629dc4cfa3986d20f21d4b4489732cd3f5a diff --git a/vim-files/.vim/bundle/vim-surround b/vim-files/.vim/bundle/vim-surround new file mode 160000 index 0000000..42e9b46 --- /dev/null +++ b/vim-files/.vim/bundle/vim-surround @@ -0,0 +1 @@ +Subproject commit 42e9b46e7a20a2f394664874c7bbd9d6f6c39e8a diff --git a/vim-files/.vim/bundle/vim-yankstack b/vim-files/.vim/bundle/vim-yankstack new file mode 160000 index 0000000..60fb398 --- /dev/null +++ b/vim-files/.vim/bundle/vim-yankstack @@ -0,0 +1 @@ +Subproject commit 60fb3983dec5bac77732feb17fe3cd095a3bfedd