From 7ed2df98b667265a2d5fcda7197f71cbf79017b1 Mon Sep 17 00:00:00 2001 From: Barak Michener Date: Sat, 31 May 2014 16:44:44 -0400 Subject: [PATCH] remove submodules --- .gitmodules | 99 ---------------------------------------- .vim/bundle/DrawIt | 1 - .vim/bundle/EasyGrep | 1 - .vim/bundle/NrrwRgn | 1 - .vim/bundle/VimOrganizer | 1 - .vim/bundle/YouCompleteMe | 1 - .vim/bundle/ack.vim | 1 - .vim/bundle/calendar-vim | 1 - .vim/bundle/ctrlp | 1 - .vim/bundle/delimitMate | 1 - .vim/bundle/fish-syntax | 1 - .vim/bundle/ghcmod-vim | 1 - .vim/bundle/julia-vim | 1 - .vim/bundle/lusty | 1 - .vim/bundle/neco-ghc | 1 - .vim/bundle/nerdcommenter | 1 - .vim/bundle/nerdtree | 1 - .vim/bundle/syntastic | 1 - .vim/bundle/tagbar | 1 - .vim/bundle/ultisnips | 1 - .vim/bundle/vim-airline | 1 - .vim/bundle/vim-angry | 1 - .vim/bundle/vim-bufferline | 1 - .vim/bundle/vim-coffee-script | 1 - .vim/bundle/vim-fugitive | 1 - .vim/bundle/vim-gitgutter | 1 - .vim/bundle/vim-gocode | 1 - .vim/bundle/vim-less | 1 - .vim/bundle/vim-multiple-cursors | 1 - .vim/bundle/vim-puppet | 1 - .vim/bundle/vim-sparkup | 1 - .vim/bundle/vim-surround | 1 - .vim/bundle/vim-unimpaired | 1 - .vim/bundle/vimproc | 1 - 34 files changed, 132 deletions(-) delete mode 100644 .gitmodules delete mode 160000 .vim/bundle/DrawIt delete mode 160000 .vim/bundle/EasyGrep delete mode 160000 .vim/bundle/NrrwRgn delete mode 160000 .vim/bundle/VimOrganizer delete mode 160000 .vim/bundle/YouCompleteMe delete mode 160000 .vim/bundle/ack.vim delete mode 160000 .vim/bundle/calendar-vim delete mode 160000 .vim/bundle/ctrlp delete mode 160000 .vim/bundle/delimitMate delete mode 160000 .vim/bundle/fish-syntax delete mode 160000 .vim/bundle/ghcmod-vim delete mode 160000 .vim/bundle/julia-vim delete mode 160000 .vim/bundle/lusty delete mode 160000 .vim/bundle/neco-ghc delete mode 160000 .vim/bundle/nerdcommenter delete mode 160000 .vim/bundle/nerdtree delete mode 160000 .vim/bundle/syntastic delete mode 160000 .vim/bundle/tagbar delete mode 160000 .vim/bundle/ultisnips delete mode 160000 .vim/bundle/vim-airline delete mode 160000 .vim/bundle/vim-angry delete mode 160000 .vim/bundle/vim-bufferline delete mode 160000 .vim/bundle/vim-coffee-script delete mode 160000 .vim/bundle/vim-fugitive delete mode 160000 .vim/bundle/vim-gitgutter delete mode 160000 .vim/bundle/vim-gocode delete mode 160000 .vim/bundle/vim-less delete mode 160000 .vim/bundle/vim-multiple-cursors delete mode 160000 .vim/bundle/vim-puppet delete mode 160000 .vim/bundle/vim-sparkup delete mode 160000 .vim/bundle/vim-surround delete mode 160000 .vim/bundle/vim-unimpaired delete mode 160000 .vim/bundle/vimproc diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index d69c9b1..0000000 --- a/.gitmodules +++ /dev/null @@ -1,99 +0,0 @@ -[submodule ".vim/bundle/vim-less"] - path = .vim/bundle/vim-less - url = git://github.com/lunaru/vim-less.git -[submodule ".vim/bundle/vim-unimpaired"] - path = .vim/bundle/vim-unimpaired - url = git://github.com/tpope/vim-unimpaired.git -[submodule ".vim/bundle/vim-fugitive"] - path = .vim/bundle/vim-fugitive - url = git://github.com/tpope/vim-fugitive.git -[submodule ".vim/bundle/NrrwRgn"] - path = .vim/bundle/NrrwRgn - url = git://github.com/chrisbra/NrrwRgn.git -[submodule ".vim/bundle/ack.vim"] - path = .vim/bundle/ack.vim - url = git://github.com/mileszs/ack.vim.git -[submodule ".vim/bundle/VimOrganizer"] - path = .vim/bundle/VimOrganizer - url = git://github.com/hsitz/VimOrganizer.git -[submodule ".vim/bundle/lusty"] - path = .vim/bundle/lusty - url = git://github.com/sjbach/lusty.git -[submodule ".vim/bundle/vim-coffee-script"] - path = .vim/bundle/vim-coffee-script - url = git://github.com/kchmck/vim-coffee-script.git -[submodule ".vim/bundle/nerdtree"] - path = .vim/bundle/nerdtree - url = git://github.com/scrooloose/nerdtree.git -[submodule ".vim/bundle/nerdcommenter"] - path = .vim/bundle/nerdcommenter - url = git://github.com/scrooloose/nerdcommenter.git -[submodule ".vim/bundle/EasyGrep"] - path = .vim/bundle/EasyGrep - url = https://github.com/vim-scripts/EasyGrep.git -[submodule ".vim/bundle/syntastic"] - path = .vim/bundle/syntastic - url = https://github.com/scrooloose/syntastic.git -[submodule ".vim/bundle/vim-gitgutter"] - path = .vim/bundle/vim-gitgutter - url = git://github.com/airblade/vim-gitgutter.git -[submodule ".vim/bundle/DrawIt"] - path = .vim/bundle/DrawIt - url = https://github.com/vim-scripts/DrawIt.git -[submodule ".vim/bundle/vim-multiple-cursors"] - path = .vim/bundle/vim-multiple-cursors - url = https://github.com/terryma/vim-multiple-cursors -[submodule ".vim/bundle/fish-syntax"] - path = .vim/bundle/fish-syntax - url = https://github.com/vim-scripts/fish-syntax -[submodule ".vim/bundle/calendar-vim"] - path = .vim/bundle/calendar-vim - url = https://github.com/mattn/calendar-vim -[submodule ".vim/bundle/vim-puppet"] - path = .vim/bundle/vim-puppet - url = https://github.com/rodjek/vim-puppet.git -[submodule ".vim/bundle/vim-angry"] - path = .vim/bundle/vim-angry - url = https://github.com/b4winckler/vim-angry.git -[submodule ".vim/bundle/YouCompleteMe"] - path = .vim/bundle/YouCompleteMe - url = https://github.com/Valloric/YouCompleteMe.git -[submodule ".vim/bundle/vim-sparkup"] - path = .vim/bundle/vim-sparkup - url = git://github.com/tristen/vim-sparkup.git -[submodule ".vim/bundle/vim-gocode"] - path = .vim/bundle/vim-gocode - url = https://github.com/Blackrush/vim-gocode.git -[submodule ".vim/bundle/vim-airline"] - path = .vim/bundle/vim-airline - url = https://github.com/bling/vim-airline -[submodule ".vim/bundle/ctrlp"] - path = .vim/bundle/ctrlp - url = https://github.com/kien/ctrlp.vim.git -[submodule ".vim/bundle/vim-bufferline"] - path = .vim/bundle/vim-bufferline - url = https://github.com/bling/vim-bufferline -[submodule ".vim/bundle/tagbar"] - path = .vim/bundle/tagbar - url = git://github.com/majutsushi/tagbar -[submodule ".vim/bundle/delimitMate"] - path = .vim/bundle/delimitMate - url = https://github.com/Raimondi/delimitMate/ -[submodule ".vim/bundle/neco-ghc"] - path = .vim/bundle/neco-ghc - url = http://github.com/eagletmt/neco-ghc -[submodule ".vim/bundle/ghcmod-vim"] - path = .vim/bundle/ghcmod-vim - url = https://github.com/eagletmt/ghcmod-vim -[submodule ".vim/bundle/vimproc"] - path = .vim/bundle/vimproc - url = https://github.com/Shougo/vimproc.vim.git -[submodule ".vim/bundle/ultisnips"] - path = .vim/bundle/ultisnips - url = https://github.com/SirVer/ultisnips -[submodule ".vim/bundle/vim-surround"] - path = .vim/bundle/vim-surround - url = https://github.com/tpope/vim-surround -[submodule ".vim/bundle/julia-vim"] - path = .vim/bundle/julia-vim - url = https://github.com/JuliaLang/julia-vim diff --git a/.vim/bundle/DrawIt b/.vim/bundle/DrawIt deleted file mode 160000 index 4e824fc..0000000 --- a/.vim/bundle/DrawIt +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 4e824fc939cec81dc2a8f4d91aaeb6151d1cc140 diff --git a/.vim/bundle/EasyGrep b/.vim/bundle/EasyGrep deleted file mode 160000 index 9b938ec..0000000 --- a/.vim/bundle/EasyGrep +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 9b938ec84f193f12dd7721a67f90d4656dcc3c1e diff --git a/.vim/bundle/NrrwRgn b/.vim/bundle/NrrwRgn deleted file mode 160000 index 161d734..0000000 --- a/.vim/bundle/NrrwRgn +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 161d73499845fd0d9b24d76ecbcb00d7d00d6120 diff --git a/.vim/bundle/VimOrganizer b/.vim/bundle/VimOrganizer deleted file mode 160000 index 76b360c..0000000 --- a/.vim/bundle/VimOrganizer +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 76b360c3b29fa7b0058d8c9d3cb1c4a29c93c9e8 diff --git a/.vim/bundle/YouCompleteMe b/.vim/bundle/YouCompleteMe deleted file mode 160000 index b1bba2e..0000000 --- a/.vim/bundle/YouCompleteMe +++ /dev/null @@ -1 +0,0 @@ -Subproject commit b1bba2e2012efa81444bedafa12ddbdae2cccd93 diff --git a/.vim/bundle/ack.vim b/.vim/bundle/ack.vim deleted file mode 160000 index f183a34..0000000 --- a/.vim/bundle/ack.vim +++ /dev/null @@ -1 +0,0 @@ -Subproject commit f183a345a0c10caed7684d07dabae33e007c7590 diff --git a/.vim/bundle/calendar-vim b/.vim/bundle/calendar-vim deleted file mode 160000 index 523c5b5..0000000 --- a/.vim/bundle/calendar-vim +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 523c5b532cc8ca509fc86c33ca1ca6b61ee18978 diff --git a/.vim/bundle/ctrlp b/.vim/bundle/ctrlp deleted file mode 160000 index b5d3fe6..0000000 --- a/.vim/bundle/ctrlp +++ /dev/null @@ -1 +0,0 @@ -Subproject commit b5d3fe66a58a13d2ff8b6391f4387608496a030f diff --git a/.vim/bundle/delimitMate b/.vim/bundle/delimitMate deleted file mode 160000 index 35280c1..0000000 --- a/.vim/bundle/delimitMate +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 35280c1444bf62d651f56ccaf03ad8db29c02383 diff --git a/.vim/bundle/fish-syntax b/.vim/bundle/fish-syntax deleted file mode 160000 index 4f21d02..0000000 --- a/.vim/bundle/fish-syntax +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 4f21d024f91016aae2014cc99e6279e39b2fbbcc diff --git a/.vim/bundle/ghcmod-vim b/.vim/bundle/ghcmod-vim deleted file mode 160000 index 788b193..0000000 --- a/.vim/bundle/ghcmod-vim +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 788b193dbeb1bebe303b0d0c6b17c09fdd1ebabb diff --git a/.vim/bundle/julia-vim b/.vim/bundle/julia-vim deleted file mode 160000 index b7a244b..0000000 --- a/.vim/bundle/julia-vim +++ /dev/null @@ -1 +0,0 @@ -Subproject commit b7a244b7b15b96d212c5cd300b54de4b87fa7b11 diff --git a/.vim/bundle/lusty b/.vim/bundle/lusty deleted file mode 160000 index 14c1e07..0000000 --- a/.vim/bundle/lusty +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 14c1e0762e5c19c2675163b422956594cd7eea20 diff --git a/.vim/bundle/neco-ghc b/.vim/bundle/neco-ghc deleted file mode 160000 index 41c7160..0000000 --- a/.vim/bundle/neco-ghc +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 41c7160ee129209b758c5a9f0fc196ffeeb866f9 diff --git a/.vim/bundle/nerdcommenter b/.vim/bundle/nerdcommenter deleted file mode 160000 index 0b3d928..0000000 --- a/.vim/bundle/nerdcommenter +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 0b3d928dce8262dedfc2f83b9aeb59a94e4f0ae4 diff --git a/.vim/bundle/nerdtree b/.vim/bundle/nerdtree deleted file mode 160000 index b0bb781..0000000 --- a/.vim/bundle/nerdtree +++ /dev/null @@ -1 +0,0 @@ -Subproject commit b0bb781fc73ef40365e4c996a16f04368d64fc9d diff --git a/.vim/bundle/syntastic b/.vim/bundle/syntastic deleted file mode 160000 index f23ddae..0000000 --- a/.vim/bundle/syntastic +++ /dev/null @@ -1 +0,0 @@ -Subproject commit f23ddae1a7982b40dbfbe55033c1817480f0a0ed diff --git a/.vim/bundle/tagbar b/.vim/bundle/tagbar deleted file mode 160000 index ace45ad..0000000 --- a/.vim/bundle/tagbar +++ /dev/null @@ -1 +0,0 @@ -Subproject commit ace45adc51d0e08d45761bb515a9ff23906cba65 diff --git a/.vim/bundle/ultisnips b/.vim/bundle/ultisnips deleted file mode 160000 index ae611cc..0000000 --- a/.vim/bundle/ultisnips +++ /dev/null @@ -1 +0,0 @@ -Subproject commit ae611ccf950a93f93cab64542cbe48029f1e9c02 diff --git a/.vim/bundle/vim-airline b/.vim/bundle/vim-airline deleted file mode 160000 index 5f1c245..0000000 --- a/.vim/bundle/vim-airline +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 5f1c24528c143c80e40016995fc902fb8b74eeee diff --git a/.vim/bundle/vim-angry b/.vim/bundle/vim-angry deleted file mode 160000 index 8705ee2..0000000 --- a/.vim/bundle/vim-angry +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 8705ee2c4e619016a5abba2fb3c8886a6eb93426 diff --git a/.vim/bundle/vim-bufferline b/.vim/bundle/vim-bufferline deleted file mode 160000 index 1788138..0000000 --- a/.vim/bundle/vim-bufferline +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 17881383a670e9383a0cdc0fedf2107b2416ec01 diff --git a/.vim/bundle/vim-coffee-script b/.vim/bundle/vim-coffee-script deleted file mode 160000 index 18c6852..0000000 --- a/.vim/bundle/vim-coffee-script +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 18c68524ab8a043a566bbe227ea8f81ab922d092 diff --git a/.vim/bundle/vim-fugitive b/.vim/bundle/vim-fugitive deleted file mode 160000 index 546a6bf..0000000 --- a/.vim/bundle/vim-fugitive +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 546a6bf2197529ed1bd402244cbf6e72ed62b2ca diff --git a/.vim/bundle/vim-gitgutter b/.vim/bundle/vim-gitgutter deleted file mode 160000 index ae81dcc..0000000 --- a/.vim/bundle/vim-gitgutter +++ /dev/null @@ -1 +0,0 @@ -Subproject commit ae81dccb679a423f871809d83c6829442760748a diff --git a/.vim/bundle/vim-gocode b/.vim/bundle/vim-gocode deleted file mode 160000 index 05b9cc1..0000000 --- a/.vim/bundle/vim-gocode +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 05b9cc1b9e7497eef0add18d5adb034ecfeebec8 diff --git a/.vim/bundle/vim-less b/.vim/bundle/vim-less deleted file mode 160000 index bd34eba..0000000 --- a/.vim/bundle/vim-less +++ /dev/null @@ -1 +0,0 @@ -Subproject commit bd34eba9b8b34903db1df10ce3415964073b7011 diff --git a/.vim/bundle/vim-multiple-cursors b/.vim/bundle/vim-multiple-cursors deleted file mode 160000 index 35028be..0000000 --- a/.vim/bundle/vim-multiple-cursors +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 35028be1f71953da9f2c28509bf6c5ebd1d31c28 diff --git a/.vim/bundle/vim-puppet b/.vim/bundle/vim-puppet deleted file mode 160000 index 27d2af1..0000000 --- a/.vim/bundle/vim-puppet +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 27d2af11223349088f5c7fb3187bb3184364ea12 diff --git a/.vim/bundle/vim-sparkup b/.vim/bundle/vim-sparkup deleted file mode 160000 index 8078aff..0000000 --- a/.vim/bundle/vim-sparkup +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 8078affa985f12b6fd35a715ced779c3fccaa0df diff --git a/.vim/bundle/vim-surround b/.vim/bundle/vim-surround deleted file mode 160000 index 42e9b46..0000000 --- a/.vim/bundle/vim-surround +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 42e9b46e7a20a2f394664874c7bbd9d6f6c39e8a diff --git a/.vim/bundle/vim-unimpaired b/.vim/bundle/vim-unimpaired deleted file mode 160000 index 9a8be36..0000000 --- a/.vim/bundle/vim-unimpaired +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 9a8be3696bc50064b9d9d146041ec4264e36e341 diff --git a/.vim/bundle/vimproc b/.vim/bundle/vimproc deleted file mode 160000 index 11bd685..0000000 --- a/.vim/bundle/vimproc +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 11bd6853b25f73f3729cccbb9282fecade2bf50a