-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
81 lines (81 loc) · 2.5 KB
/
.gitmodules
File metadata and controls
81 lines (81 loc) · 2.5 KB
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
[submodule "bundle/gundo"]
path = bundle/gundo
url = http://github.com/sjl/gundo.vim.git
ignore = dirty
[submodule "bundle/ack"]
path = bundle/ack
url = https://github.com/mileszs/ack.vim
ignore = dirty
[submodule "bundle/abolish"]
path = bundle/abolish
url = https://github.com/tpope/vim-abolish.git
ignore = dirty
[submodule "bundle/cocoa"]
path = bundle/cocoa
url = https://github.com/msanders/cocoa.vim.git
ignore = dirty
[submodule "bundle/commentary"]
path = bundle/commentary
url = https://github.com/tpope/vim-commentary.git
ignore = dirty
[submodule "bundle/snipmate"]
path = bundle/snipmate
url = https://github.com/msanders/snipmate.vim
ignore = dirty
[submodule "bundle/supertab"]
path = bundle/supertab
url = https://github.com/ervandew/supertab
ignore = dirty
[submodule "bundle/vimwiki"]
path = bundle/vimwiki
url = https://github.com/vimwiki/vimwiki.git
ignore = dirty
[submodule "bundle/yankring"]
path = bundle/yankring
url = https://github.com/vim-scripts/YankRing.vim.git
ignore = dirty
[submodule "bundle/fswitch"]
path = bundle/fswitch
url = https://github.com/derekwyatt/vim-fswitch.git
ignore = dirty
[submodule "bundle/bufferline"]
path = bundle/bufferline
url = https://github.com/bling/vim-bufferline.git
ignore = dirty
[submodule "bundle/badwolf"]
path = bundle/badwolf
url = https://github.com/sjl/badwolf.git
ignore = dirty
[submodule "bundle/airline"]
path = bundle/airline
url = https://github.com/bling/vim-airline.git
ignore = dirty
[submodule "fonts/consolas"]
path = fonts/consolas
url = https://github.com/nicolalamacchia/powerline-consolas.git
ignore = dirty
[submodule "bundle/vividchalk"]
path = bundle/vividchalk
url = https://github.com/tpope/vim-vividchalk.git
ignore = dirty
[submodule "fonts/powerline-fonts"]
path = fonts/powerline-fonts
url = https://github.com/Lokaltog/powerline-fonts.git
ignore = dirty
[submodule "bundle/fugitive"]
path = bundle/fugitive
url = https://github.com/tpope/vim-fugitive.git
ignore = dirty
[submodule "bundle/doxygentoolkit"]
path = bundle/doxygentoolkit
url = https://github.com/vim-scripts/DoxygenToolkit.vim.git
ignore = dirty
[submodule "bundle/plantuml"]
path = bundle/plantuml
url = https://github.com/aklt/plantuml-syntax.git
[submodule "bundle/typescript"]
path = bundle/typescript
url = https://github.com/leafgarland/typescript-vim.git
[submodule "bundle/graphql"]
path = bundle/graphql
url = https://github.com/jparise/vim-graphql.git