remove submodules
This commit is contained in:
parent
4fe26c8463
commit
7ed2df98b6
34 changed files with 0 additions and 132 deletions
99
.gitmodules
vendored
99
.gitmodules
vendored
|
|
@ -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
|
||||
|
|
@ -1 +0,0 @@
|
|||
Subproject commit 4e824fc939cec81dc2a8f4d91aaeb6151d1cc140
|
||||
|
|
@ -1 +0,0 @@
|
|||
Subproject commit 9b938ec84f193f12dd7721a67f90d4656dcc3c1e
|
||||
|
|
@ -1 +0,0 @@
|
|||
Subproject commit 161d73499845fd0d9b24d76ecbcb00d7d00d6120
|
||||
|
|
@ -1 +0,0 @@
|
|||
Subproject commit 76b360c3b29fa7b0058d8c9d3cb1c4a29c93c9e8
|
||||
|
|
@ -1 +0,0 @@
|
|||
Subproject commit b1bba2e2012efa81444bedafa12ddbdae2cccd93
|
||||
|
|
@ -1 +0,0 @@
|
|||
Subproject commit f183a345a0c10caed7684d07dabae33e007c7590
|
||||
|
|
@ -1 +0,0 @@
|
|||
Subproject commit 523c5b532cc8ca509fc86c33ca1ca6b61ee18978
|
||||
|
|
@ -1 +0,0 @@
|
|||
Subproject commit b5d3fe66a58a13d2ff8b6391f4387608496a030f
|
||||
|
|
@ -1 +0,0 @@
|
|||
Subproject commit 35280c1444bf62d651f56ccaf03ad8db29c02383
|
||||
|
|
@ -1 +0,0 @@
|
|||
Subproject commit 4f21d024f91016aae2014cc99e6279e39b2fbbcc
|
||||
|
|
@ -1 +0,0 @@
|
|||
Subproject commit 788b193dbeb1bebe303b0d0c6b17c09fdd1ebabb
|
||||
|
|
@ -1 +0,0 @@
|
|||
Subproject commit b7a244b7b15b96d212c5cd300b54de4b87fa7b11
|
||||
|
|
@ -1 +0,0 @@
|
|||
Subproject commit 14c1e0762e5c19c2675163b422956594cd7eea20
|
||||
|
|
@ -1 +0,0 @@
|
|||
Subproject commit 41c7160ee129209b758c5a9f0fc196ffeeb866f9
|
||||
|
|
@ -1 +0,0 @@
|
|||
Subproject commit 0b3d928dce8262dedfc2f83b9aeb59a94e4f0ae4
|
||||
|
|
@ -1 +0,0 @@
|
|||
Subproject commit b0bb781fc73ef40365e4c996a16f04368d64fc9d
|
||||
|
|
@ -1 +0,0 @@
|
|||
Subproject commit f23ddae1a7982b40dbfbe55033c1817480f0a0ed
|
||||
|
|
@ -1 +0,0 @@
|
|||
Subproject commit ace45adc51d0e08d45761bb515a9ff23906cba65
|
||||
|
|
@ -1 +0,0 @@
|
|||
Subproject commit ae611ccf950a93f93cab64542cbe48029f1e9c02
|
||||
|
|
@ -1 +0,0 @@
|
|||
Subproject commit 5f1c24528c143c80e40016995fc902fb8b74eeee
|
||||
|
|
@ -1 +0,0 @@
|
|||
Subproject commit 8705ee2c4e619016a5abba2fb3c8886a6eb93426
|
||||
|
|
@ -1 +0,0 @@
|
|||
Subproject commit 17881383a670e9383a0cdc0fedf2107b2416ec01
|
||||
|
|
@ -1 +0,0 @@
|
|||
Subproject commit 18c68524ab8a043a566bbe227ea8f81ab922d092
|
||||
|
|
@ -1 +0,0 @@
|
|||
Subproject commit 546a6bf2197529ed1bd402244cbf6e72ed62b2ca
|
||||
|
|
@ -1 +0,0 @@
|
|||
Subproject commit ae81dccb679a423f871809d83c6829442760748a
|
||||
|
|
@ -1 +0,0 @@
|
|||
Subproject commit 05b9cc1b9e7497eef0add18d5adb034ecfeebec8
|
||||
|
|
@ -1 +0,0 @@
|
|||
Subproject commit bd34eba9b8b34903db1df10ce3415964073b7011
|
||||
|
|
@ -1 +0,0 @@
|
|||
Subproject commit 35028be1f71953da9f2c28509bf6c5ebd1d31c28
|
||||
|
|
@ -1 +0,0 @@
|
|||
Subproject commit 27d2af11223349088f5c7fb3187bb3184364ea12
|
||||
|
|
@ -1 +0,0 @@
|
|||
Subproject commit 8078affa985f12b6fd35a715ced779c3fccaa0df
|
||||
|
|
@ -1 +0,0 @@
|
|||
Subproject commit 42e9b46e7a20a2f394664874c7bbd9d6f6c39e8a
|
||||
|
|
@ -1 +0,0 @@
|
|||
Subproject commit 9a8be3696bc50064b9d9d146041ec4264e36e341
|
||||
|
|
@ -1 +0,0 @@
|
|||
Subproject commit 11bd6853b25f73f3729cccbb9282fecade2bf50a
|
||||
Loading…
Add table
Add a link
Reference in a new issue