-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
113 lines (113 loc) · 4.01 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
[submodule "bundle/vim-fugitive"]
path = bundle/vim-fugitive
url = https://github.com/tpope/vim-fugitive.git
[submodule "bundle/vim-colors-solarized"]
path = bundle/vim-colors-solarized
url = https://github.com/altercation/vim-colors-solarized.git
[submodule "bundle/vim-surround"]
path = bundle/vim-surround
url = https://github.com/tpope/vim-surround.git
ignore = dirty
[submodule "bundle/vim-snipmate"]
path = bundle/vim-snipmate
url = https://github.com/garbas/vim-snipmate.git
ignore = dirty
[submodule "bundle/nerdtree"]
path = bundle/nerdtree
url = https://github.com/scrooloose/nerdtree.git
[submodule "bundle/tcomment"]
path = bundle/tcomment
url = https://github.com/tomtom/tcomment_vim
[submodule "bundle/vim-unimpaired"]
path = bundle/vim-unimpaired
url = https://github.com/tpope/vim-unimpaired.git
ignore = dirty
[submodule "bundle/matchit"]
path = bundle/matchit
url = https://github.com/vim-scripts/matchit.zip.git
ignore = dirty
[submodule "bundle/vim-rails"]
path = bundle/vim-rails
url = https://github.com/tpope/vim-rails.git
[submodule "bundle/vim-idleFingers"]
path = bundle/vim-idleFingers
url = https://github.com/shinzui/vim-idleFingers.git
[submodule "bundle/vim-coffee-script"]
path = bundle/vim-coffee-script
url = https://github.com/kchmck/vim-coffee-script.git
[submodule "bundle/ack"]
path = bundle/ack
url = https://github.com/mileszs/ack.vim.git
[submodule "bundle/vim-align"]
path = bundle/vim-align
url = https://github.com/tsaleh/vim-align.git
[submodule "bundle/vim-javascript"]
path = bundle/vim-javascript
url = https://github.com/pangloss/vim-javascript.git
[submodule "bundle/molokai"]
path = bundle/molokai
url = https://github.com/vim-scripts/molokai.git
[submodule "bundle/vim-snippets"]
path = bundle/vim-snippets
url = https://github.com/honza/vim-snippets.git
[submodule "bundle/vim-addon-mw-utils"]
path = bundle/vim-addon-mw-utils
url = https://github.com/MarcWeber/vim-addon-mw-utils.git
[submodule "bundle/vim-tomorrow-theme"]
path = bundle/vim-tomorrow-theme
url = https://github.com/chriskempson/vim-tomorrow-theme.git
[submodule "bundle/herald"]
path = bundle/herald
url = https://github.com/pigoz/herald.git
[submodule "bundle/base16-vim"]
path = bundle/base16-vim
url = https://github.com/chriskempson/base16-vim.git
[submodule "bundle/vim-airline"]
path = bundle/vim-airline
url = https://github.com/bling/vim-airline
[submodule "bundle/editorconfig-vim"]
path = bundle/editorconfig-vim
url = https://github.com/editorconfig/editorconfig-vim.git
[submodule "bundle/gitv"]
path = bundle/gitv
url = https://github.com/gregsexton/gitv.git
[submodule "bundle/ctrlp.vim"]
path = bundle/ctrlp.vim
url = https://github.com/ctrlpvim/ctrlp.vim
[submodule "bundle/vim-tmux-navigator"]
path = bundle/vim-tmux-navigator
url = https://github.com/christoomey/vim-tmux-navigator
[submodule "bundle/vim-terraform"]
path = bundle/vim-terraform
url = https://github.com/markcornick/vim-terraform.git
[submodule "bundle/vim-jsx"]
path = bundle/vim-jsx
url = https://github.com/mxw/vim-jsx.git
[submodule "bundle/vim-repeat"]
path = bundle/vim-repeat
url = https://github.com/tpope/vim-repeat.git
[submodule "bundle/vim-fireplace"]
path = bundle/vim-fireplace
url = https://github.com/tpope/vim-fireplace.git
[submodule "bundle/vim-sexp"]
path = bundle/vim-sexp
url = https://github.com/guns/vim-sexp.git
ignore = dirty
[submodule "bundle/vim-sexp-mappings-for-regular-people"]
path = bundle/vim-sexp-mappings-for-regular-people
url = https://github.com/tpope/vim-sexp-mappings-for-regular-people.git
[submodule "bundle/vim-jsbeautify"]
path = bundle/vim-jsbeautify
url = https://github.com/maksimr/vim-jsbeautify.git
[submodule "bundle/vim-scala"]
path = bundle/vim-scala
url = https://github.com/derekwyatt/vim-scala
[submodule "bundle/vim-flow"]
path = bundle/vim-flow
url = https://github.com/flowtype/vim-flow.git
[submodule "bundle/ale"]
path = bundle/ale
url = https://github.com/w0rp/ale.git
[submodule "bundle/vim-go"]
path = bundle/vim-go
url = https://github.com/fatih/vim-go.git