refactored modules

changed bundle names as vim-(.*) and (.*)\.vim
uniformised those repo urls as https
This commit is contained in:
Loic Nageleisen 2012-02-03 19:21:30 +01:00
parent e256d3b5a5
commit 3f96fabd9a
19 changed files with 37 additions and 41 deletions

63
.gitmodules vendored
View file

@ -1,54 +1,21 @@
[submodule "bundle/vim-pathogen"]
path = bundle/vim-pathogen
url = https://github.com/tpope/vim-pathogen.git
[submodule "bundle/vim-colors-solarized"]
path = bundle/vim-colors-solarized
url = http://github.com/altercation/vim-colors-solarized.git
[submodule "bundle/command-t"]
path = bundle/command-t
url = https://github.com/wincent/Command-T.git
[submodule "bundle/supertab"]
path = bundle/supertab
url = https://github.com/ervandew/supertab.git
[submodule "bundle/vim-markdown"]
path = bundle/vim-markdown
url = https://github.com/plasticboy/vim-markdown.git
[submodule "bundle/vim-surround"]
path = bundle/vim-surround
url = https://github.com/tpope/vim-surround.git
[submodule "bundle/vim-matchit"]
path = bundle/vim-matchit
url = https://github.com/edsono/vim-matchit
[submodule "bundle/vim-ack"]
path = bundle/vim-ack
url = https://github.com/mileszs/ack.vim.git
[submodule "bundle/pyflakes-vim"]
path = bundle/pyflakes-vim
url = git://github.com/kevinw/pyflakes-vim.git
[submodule "bundle/nerdcommenter"]
path = bundle/nerdcommenter
url = git://github.com/scrooloose/nerdcommenter.git
[submodule "bundle/vim-fugitive"]
path = bundle/vim-fugitive
url = git://github.com/tpope/vim-fugitive.git
[submodule "bundle/tagbar"]
path = bundle/tagbar
url = git://github.com/majutsushi/tagbar.git
[submodule "bundle/delimitmate"]
path = bundle/delimitmate
url = git://github.com/Raimondi/delimitMate.git
[submodule "bundle/vim-less"]
path = bundle/vim-less
url = https://github.com/groenewege/vim-less.git
[submodule "bundle/vim-coffee-script"]
path = bundle/vim-coffee-script
url = https://github.com/kchmck/vim-coffee-script.git
[submodule "bundle/closetag"]
path = bundle/closetag
url = git://github.com/docunext/closetag.vim.git
[submodule "bundle/vim-repeat"]
path = bundle/vim-repeat
url = https://github.com/tpope/vim-repeat.git
[submodule "bundle/ctrlp"]
path = bundle/ctrlp
url = https://github.com/kien/ctrlp.vim.git
@ -64,3 +31,33 @@
[submodule "bundle/indent-object"]
path = bundle/indent-object
url = https://github.com/michaeljsmith/vim-indent-object
[submodule "bundle/pathogen"]
path = bundle/pathogen
url = https://github.com/tpope/vim-pathogen.git
[submodule "bundle/colors-solarized"]
path = bundle/colors-solarized
url = https://github.com/altercation/vim-colors-solarized.git
[submodule "bundle/markdown"]
path = bundle/markdown
url = https://github.com/plasticboy/vim-markdown.git
[submodule "bundle/surround"]
path = bundle/surround
url = https://github.com/tpope/vim-surround.git
[submodule "bundle/matchit"]
path = bundle/matchit
url = https://github.com/edsono/vim-matchit
[submodule "bundle/ack"]
path = bundle/ack
url = https://github.com/mileszs/ack.vim.git
[submodule "bundle/fugitive"]
path = bundle/fugitive
url = https://github.com/tpope/vim-fugitive.git
[submodule "bundle/less"]
path = bundle/less
url = https://github.com/groenewege/vim-less.git
[submodule "bundle/coffee-script"]
path = bundle/coffee-script
url = https://github.com/kchmck/vim-coffee-script.git
[submodule "bundle/repeat"]
path = bundle/repeat
url = https://github.com/tpope/vim-repeat.git

1
bundle/ack Submodule

@ -0,0 +1 @@
Subproject commit 9895285042a2fd5691b2f6582aa979e4d1bdffea

1
bundle/coffee-script Submodule

@ -0,0 +1 @@
Subproject commit 049c8cc01c32931ff115f15b44dfc3a8d3a35872

1
bundle/fugitive Submodule

@ -0,0 +1 @@
Subproject commit 64716b9622e5c3fae0caec7e9589988a9da146cb

1
bundle/less Submodule

@ -0,0 +1 @@
Subproject commit 3c2a265b89d1d9848633cfc1642d2e78ecd73a25

1
bundle/pathogen Submodule

@ -0,0 +1 @@
Subproject commit ab64b4ddd0c184a528780b498a0b0a5b40248f7c

@ -1 +0,0 @@
Subproject commit 634ddb795e46eae54578981b91b10a232c2735c2

1
bundle/surround Submodule

@ -0,0 +1 @@
Subproject commit 4eb2cdfccc016889acfa3b5d63e8f390a87863cf

@ -1 +0,0 @@
Subproject commit a41d5d52c39a31128e969e69acf800b198cb07f9

@ -1 +0,0 @@
Subproject commit 43c9160977042605dfe83450ec5494a6c97e656d

@ -1 +0,0 @@
Subproject commit 1b7e4070f5f7b7522422f5b00a75b323cc314daf

@ -1 +0,0 @@
Subproject commit 2a4a7636909e5793c62e612c65acc4deb8143f54

@ -1 +0,0 @@
Subproject commit 7701d8220115fe3d1bbead51773346eccc3276af

@ -1 +0,0 @@
Subproject commit 6f0984a5ca1430047fe760fc680c6cf98ae94b01

2
vimrc
View file

@ -4,7 +4,7 @@
let g:pathogen_disabled = ['pyflakes-vim', 'vim-matchit', 'vim-repeat', 'closetag', 'command-t']
filetype off
runtime bundle/vim-pathogen/autoload/pathogen.vim
runtime bundle/pathogen/autoload/pathogen.vim
call pathogen#infect()
syntax on
filetype plugin indent on