mirror of
https://github.com/lloeki/vimfiles.git
synced 2025-12-06 13:34:39 +01:00
refactored modules
changed bundle names as vim-(.*) and (.*)\.vim uniformised those repo urls as https
This commit is contained in:
parent
e256d3b5a5
commit
3f96fabd9a
19 changed files with 37 additions and 41 deletions
63
.gitmodules
vendored
63
.gitmodules
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue