blob: b7cabcaf2ed8d6e97a7020755a16b03e6a225481 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
|
[submodule "bundle/vim-pathogen"]
path = bundle/vim-pathogen
url = https://github.com/tpope/vim-pathogen.git
[submodule "bundle/Command-T"]
path = bundle/Command-T
url = https://github.com/wincent/Command-T.git
[submodule "bundle/nerdtree"]
path = bundle/nerdtree
url = https://github.com/scrooloose/nerdtree.git
[submodule "bundle.disabled/TabBar"]
path = bundle.disabled/TabBar
url = https://github.com/vim-scripts/TabBar.git
[submodule "bundle/vim-commentary"]
path = bundle/vim-commentary
url = https://github.com/tpope/vim-commentary.git
[submodule "bundle/PreserveNoEOL"]
path = bundle/PreserveNoEOL
url = https://github.com/vim-scripts/PreserveNoEOL.git
ignore = untracked
[submodule "bundle/EasyGrep"]
path = bundle/EasyGrep
url = https://github.com/vim-scripts/EasyGrep.git
ignore = untracked
[submodule "bundle/vim-indent-guides"]
path = bundle/vim-indent-guides
url = https://github.com/nathanaelkane/vim-indent-guides.git
[submodule "bundle/camelcasemotion"]
path = bundle/camelcasemotion
url = https://github.com/vim-scripts/camelcasemotion.git
ignore = untracked
[submodule "bundle/gundo"]
path = bundle/gundo
url = https://github.com/sjl/gundo.vim.git
[submodule "bundle/vim-surround"]
path = bundle/vim-surround
url = https://github.com/tpope/vim-surround.git
[submodule "bundle/vim-javascript"]
path = bundle/vim-javascript
url = https://github.com/pangloss/vim-javascript.git
[submodule "bundle/vim-golang"]
path = bundle/vim-golang
url = https://github.com/jnwhiteh/vim-golang.git
|