mirror of
https://github.com/lloeki/vimfiles.git
synced 2025-12-06 05:24:39 +01:00
adding modules back
This commit is contained in:
parent
823dc26596
commit
9e96951a89
18 changed files with 65 additions and 0 deletions
48
.gitmodules
vendored
48
.gitmodules
vendored
|
|
@ -1,3 +1,51 @@
|
||||||
[submodule "bundle/vim-pathogen"]
|
[submodule "bundle/vim-pathogen"]
|
||||||
path = bundle/vim-pathogen
|
path = bundle/vim-pathogen
|
||||||
url = https://github.com/tpope/vim-pathogen.git
|
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/vim-closetag"]
|
||||||
|
path = bundle/vim-closetag
|
||||||
|
url = git://github.com/docunext/closetag.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
|
||||||
|
|
|
||||||
1
bundle/closetag
Submodule
1
bundle/closetag
Submodule
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 254d2307015370424034c0298a1148c4a7add069
|
||||||
1
bundle/command-t
Submodule
1
bundle/command-t
Submodule
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit f19aee00f6b7a9c451a7aa168e05f0cdd0d99374
|
||||||
1
bundle/delimitmate
Submodule
1
bundle/delimitmate
Submodule
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 39b8298390a9171c796df077ad3c5f3c0f111c56
|
||||||
1
bundle/nerdcommenter
Submodule
1
bundle/nerdcommenter
Submodule
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit b28e7be63235982501ab7dd30c03ea7feef7b095
|
||||||
1
bundle/pyflakes-vim
Submodule
1
bundle/pyflakes-vim
Submodule
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 634ddb795e46eae54578981b91b10a232c2735c2
|
||||||
1
bundle/supertab
Submodule
1
bundle/supertab
Submodule
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit e228cff25e19c9de9598bf40ca57d90c7c5a0e28
|
||||||
1
bundle/tagbar
Submodule
1
bundle/tagbar
Submodule
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 7163f4e4fac57c4a4cab5bcfd9fb676626364edb
|
||||||
1
bundle/vim-ack
Submodule
1
bundle/vim-ack
Submodule
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit a41d5d52c39a31128e969e69acf800b198cb07f9
|
||||||
1
bundle/vim-closetag
Submodule
1
bundle/vim-closetag
Submodule
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 254d2307015370424034c0298a1148c4a7add069
|
||||||
1
bundle/vim-coffee-script
Submodule
1
bundle/vim-coffee-script
Submodule
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 43c9160977042605dfe83450ec5494a6c97e656d
|
||||||
1
bundle/vim-colors-solarized
Submodule
1
bundle/vim-colors-solarized
Submodule
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 528a59f26d12278698bb946f8fb82a63711eec21
|
||||||
1
bundle/vim-fugitive
Submodule
1
bundle/vim-fugitive
Submodule
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 1b7e4070f5f7b7522422f5b00a75b323cc314daf
|
||||||
1
bundle/vim-less
Submodule
1
bundle/vim-less
Submodule
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 2a4a7636909e5793c62e612c65acc4deb8143f54
|
||||||
1
bundle/vim-markdown
Submodule
1
bundle/vim-markdown
Submodule
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit f3f96fd7c1bec0527de62415fd344e73994f1c47
|
||||||
1
bundle/vim-matchit
Submodule
1
bundle/vim-matchit
Submodule
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit d9ec3017cf8fca4e8d0b1fcae3ff7115f7ff0d9d
|
||||||
1
bundle/vim-pathogen
Submodule
1
bundle/vim-pathogen
Submodule
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 7701d8220115fe3d1bbead51773346eccc3276af
|
||||||
1
bundle/vim-surround
Submodule
1
bundle/vim-surround
Submodule
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 6f0984a5ca1430047fe760fc680c6cf98ae94b01
|
||||||
Loading…
Add table
Add a link
Reference in a new issue