-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
57 lines (57 loc) · 2.1 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
[submodule "submodules/pathogen"]
path = submodules/pathogen
url = git://github.com/tpope/vim-pathogen.git
[submodule ".vim/bundle/nerdtree"]
path = .vim/bundle/nerdtree
url = git://github.com/scrooloose/nerdtree.git
[submodule ".vim/bundle/indent-guides"]
path = .vim/bundle/indent-guides
url = git://github.com/nathanaelkane/vim-indent-guides.git
[submodule ".vim/bundle/addon-mw-utils"]
path = .vim/bundle/addon-mw-utils
url = git://github.com/MarcWeber/vim-addon-mw-utils.git
[submodule ".vim/bundle/tlib"]
path = .vim/bundle/tlib
url = git://github.com/tomtom/tlib_vim.git
[submodule ".vim/bundle/fugitive"]
path = .vim/bundle/fugitive
url = git://github.com/tpope/vim-fugitive.git
[submodule ".vim/bundle/ultisnips"]
path = .vim/bundle/ultisnips
url = git://github.com/SirVer/ultisnips.git
[submodule ".vim/bundle/tabular"]
path = .vim/bundle/tabular
url = git://github.com/godlygeek/tabular.git
[submodule ".vim/bundle/gitgutter"]
path = .vim/bundle/gitgutter
url = git://github.com/airblade/vim-gitgutter.git
[submodule ".vim/bundle/go"]
path = .vim/bundle/go
url = https://github.com/fatih/vim-go.git
[submodule ".vim/bundle/base16"]
path = .vim/bundle/base16
url = git@github.com:chriskempson/base16-vim.git
[submodule ".vim/bundle/ctrlp"]
path = .vim/bundle/ctrlp
url = https://github.com/ctrlpvim/ctrlp.vim
[submodule ".vim/bundle/yajs"]
path = .vim/bundle/yajs
url = https://github.com/othree/yajs.vim.git
[submodule ".vim/bundle/delimitMate"]
path = .vim/bundle/delimitMate
url = git@github.com:Raimondi/delimitMate.git
[submodule ".vim/bundle/typescript"]
path = .vim/bundle/typescript
url = https://github.com/leafgarland/typescript-vim.git
[submodule ".vim/bundle/numbertoggle"]
path = .vim/bundle/numbertoggle
url = https://github.com/jeffkreeftmeijer/vim-numbertoggle
[submodule ".vim/bundle/markdown"]
path = .vim/bundle/markdown
url = https://github.com/gabrielelana/vim-markdown
[submodule ".vim/bundle/tsx"]
path = .vim/bundle/tsx
url = https://github.com/ianks/vim-tsx.git
[submodule ".vim/bundle/neoformat"]
path = .vim/bundle/neoformat
url = https://github.com/sbdchd/neoformat.git