-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path.gitmodules
123 lines (123 loc) · 4.2 KB
/
.gitmodules
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
[submodule "pathogen"]
path = pathogen
url = https://github.com/tpope/vim-pathogen.git
[submodule "bundle/fugitive"]
path = bundle/fugitive
url = https://github.com/tpope/vim-fugitive.git
[submodule "bundle/surround"]
path = bundle/surround
url = https://github.com/tpope/vim-surround.git
[submodule "bundle/git"]
path = bundle/git
url = https://github.com/tpope/vim-git.git
[submodule "bundle/ack"]
path = bundle/ack
url = https://github.com/mileszs/ack.vim.git
[submodule "bundle/tasklist"]
path = bundle/tasklist
url = https://github.com/vim-scripts/TaskList.vim.git
[submodule "bundle/nerdtree"]
path = bundle/nerdtree
url = https://github.com/vim-scripts/The-NERD-tree.git
[submodule "bundle/L9"]
path = bundle/L9
url = https://github.com/vim-scripts/L9.git
[submodule "bundle/rails"]
path = bundle/rails
url = https://github.com/tpope/vim-rails.git
[submodule "bundle/tcomment"]
path = bundle/tcomment
url = https://github.com/tomtom/tcomment_vim.git
[submodule "bundle/endwise"]
path = bundle/endwise
url = https://github.com/tpope/vim-endwise.git
[submodule "bundle/CamelCaseMotion"]
path = bundle/CamelCaseMotion
url = https://github.com/bkad/CamelCaseMotion.git
[submodule "bundle/argtextobj"]
path = bundle/argtextobj
url = https://github.com/vim-scripts/argtextobj.vim.git
[submodule "bundle/indenttextobj"]
path = bundle/indenttextobj
url = https://github.com/michaeljsmith/vim-indent-object.git
[submodule "bundle/rubyblocktextobj"]
path = bundle/rubyblocktextobj
url = https://github.com/nelstrom/vim-textobj-rubyblock.git
[submodule "bundle/textobj-user"]
path = bundle/textobj-user
url = https://github.com/kana/vim-textobj-user.git
[submodule "bundle/markdown"]
path = bundle/markdown
url = https://github.com/tpope/vim-markdown.git
[submodule "bundle/powerline"]
path = bundle/powerline
url = https://github.com/Lokaltog/vim-powerline.git
[submodule "bundle/delimitmate"]
path = bundle/delimitmate
url = git://github.com/Raimondi/delimitMate.git
[submodule "bundle/matchit"]
path = bundle/matchit
url = git://github.com/vim-scripts/matchit.zip.git
[submodule "bundle/vimerl"]
path = bundle/vimerl
url = git://github.com/jimenezrick/vimerl.git
[submodule "bundle/web-indent"]
path = bundle/web-indent
url = git://github.com/lukaszb/vim-web-indent.git
[submodule "bundle/clojure-static"]
path = bundle/clojure-static
url = git://github.com/guns/vim-clojure-static.git
[submodule "bundle/rainbow_parentheses"]
path = bundle/rainbow_parentheses
url = git://github.com/kien/rainbow_parentheses.vim.git
[submodule "bundle/ctrlp"]
path = bundle/ctrlp
url = git://github.com/kien/ctrlp.vim.git
[submodule "bundle/classpath"]
path = bundle/classpath
url = git://github.com/tpope/vim-classpath.git
[submodule "bundle/syntastic"]
path = bundle/syntastic
url = https://github.com/scrooloose/syntastic.git
[submodule "bundle/jinja2"]
path = bundle/jinja2
url = https://github.com/Glench/Vim-Jinja2-Syntax.git
[submodule "bundle/addon-mw-utils"]
path = bundle/addon-mw-utils
url = https://github.com/MarcWeber/vim-addon-mw-utils.git
[submodule "bundle/tlib"]
path = bundle/tlib
url = https://github.com/tomtom/tlib_vim.git
[submodule "bundle/ansible-yaml"]
path = bundle/ansible-yaml
url = https://github.com/chase/vim-ansible-yaml.git
[submodule "bundle/paredit"]
path = bundle/paredit
url = https://github.com/vim-scripts/paredit.vim.git
[submodule "bundle/puppet"]
path = bundle/puppet
url = https://github.com/rodjek/vim-puppet.git
[submodule "bundle/hexmode"]
path = bundle/hexmode
url = https://github.com/fidian/hexmode.git
[submodule "bundle/jsx"]
path = bundle/jsx
url = https://github.com/mxw/vim-jsx.git
[submodule "bundle/javascript"]
path = bundle/javascript
url = https://github.com/pangloss/vim-javascript.git
[submodule "bundle/ghcmod"]
path = bundle/ghcmod
url = https://github.com/eagletmt/ghcmod-vim.git
[submodule "bundle/neco-ghc"]
path = bundle/neco-ghc
url = https://github.com/eagletmt/neco-ghc
[submodule "bundle/vimproc"]
path = bundle/vimproc
url = https://github.com/Shougo/vimproc.vim.git
[submodule "bundle/golang"]
path = bundle/golang
url = https://github.com/fatih/vim-go.git
[submodule "bundle/jsonnet"]
path = bundle/jsonnet
url = https://github.com/google/vim-jsonnet.git