-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
61 lines (61 loc) · 1.87 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
[submodule "bundle/vim-pathogen"]
path = bundle/vim-pathogen
url = https://github.com/tpope/vim-pathogen.git
ignore = dirty
[submodule "bundle/nerdtree"]
path = bundle/nerdtree
url = https://github.com/scrooloose/nerdtree.git
ignore = dirty
[submodule "bundle/vim-ps1"]
path = bundle/vim-ps1
url = https://github.com/PProvost/vim-ps1.git
ignore = dirty
[submodule "bundle/delimitmate"]
path = bundle/delimitmate
url = https://github.com/Raimondi/delimitMate.git
ignore = dirty
[submodule "bundle/tagbar"]
path = bundle/tagbar
url = https://github.com/majutsushi/tagbar.git
ignore = dirty
[submodule "bundle/vim-jade"]
path = bundle/vim-jade
url = https://github.com/digitaltoad/vim-jade.git
ignore = dirty
[submodule "bundle/ctrlp"]
path = bundle/ctrlp
url = https://github.com/kien/ctrlp.vim.git
ignore = dirty
[submodule "bundle/vim-javascript.git"]
path = bundle/vim-javascript.git
url = https://github.com/pangloss/vim-javascript.git
ignore = dirty
[submodule "bundle/fsharp"]
path = bundle/fsharp
url = https://github.com/kongo2002/fsharp-vim.git
ignore = dirty
[submodule "bundle/vim-markdown"]
path = bundle/vim-markdown
url = https://github.com/plasticboy/vim-markdown.git
ignore = dirty
[submodule "bundle/vim-csharp"]
path = bundle/vim-csharp
url = https://github.com/OrangeT/vim-csharp.git
ignore = dirty
[submodule "bundle/syntastic"]
path = bundle/syntastic
url = https://github.com/scrooloose/syntastic.git
ignore = dirty
[submodule "bundle/vim-dispatch"]
path = bundle/vim-dispatch
url = https://github.com/tpope/vim-dispatch.git
ignore = dirty
[submodule "bundle/vim-airline"]
path = bundle/vim-airline
url = https://github.com/bling/vim-airline
[submodule "bundle/vim-fugitive"]
path = bundle/vim-fugitive
url = https://github.com/tpope/vim-fugitive.git
[submodule "bundle/supertab"]
path = bundle/supertab
url = https://github.com/ervandew/supertab.git