-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.gitmodules
78 lines (78 loc) · 2.65 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
[submodule "bundle/ctrlp"]
path = bundle/ctrlp
url = [email protected]:kien/ctrlp.vim.git
[submodule "bundle/neocomplete"]
path = bundle/neocomplete
url = [email protected]:Shougo/neocomplcache.vim.git
[submodule "bundle/nerdtree"]
path = bundle/nerdtree
url = [email protected]:scrooloose/nerdtree.git
[submodule "bundle/tlib_vim"]
path = bundle/tlib_vim
url = [email protected]:tomtom/tlib_vim.git
[submodule "bundle/vim-addon-mw-utils"]
path = bundle/vim-addon-mw-utils
url = [email protected]:MarcWeber/vim-addon-mw-utils.git
[submodule "bundle/vim-bundler"]
path = bundle/vim-bundler
url = [email protected]:tpope/vim-bundler.git
[submodule "bundle/vim-fugitive"]
path = bundle/vim-fugitive
url = [email protected]:tpope/vim-fugitive.git
[submodule "bundle/vim-rails"]
path = bundle/vim-rails
url = [email protected]:tpope/vim-rails.git
[submodule "bundle/vim-rake"]
path = bundle/vim-rake
url = [email protected]:tpope/vim-rake.git
[submodule "bundle/vim-rbenv"]
path = bundle/vim-rbenv
url = [email protected]:tpope/vim-rbenv.git
[submodule "bundle/vim-ruby"]
path = bundle/vim-ruby
url = [email protected]:vim-ruby/vim-ruby.git
[submodule "bundle/vim-surround"]
path = bundle/vim-surround
url = [email protected]:tpope/vim-surround.git
[submodule "bundle/vim-unimpaired"]
path = bundle/vim-unimpaired
url = [email protected]:tpope/vim-unimpaired.git
[submodule "bundle/150colors"]
path = bundle/150colors
url = [email protected]:luckydev/150colors.git
[submodule "bundle/vim-javascript"]
path = bundle/vim-javascript
url = https://github.com/pangloss/vim-javascript
[submodule "bundle/vim-indent-guides"]
path = bundle/vim-indent-guides
url = https://github.com/nathanaelkane/vim-indent-guides
[submodule "bundle/nerdcommenter"]
path = bundle/nerdcommenter
url = https://github.com/scrooloose/nerdcommenter.git
[submodule "bundle/code-dark-theme"]
path = bundle/code-dark-theme
url = [email protected]:tomasiser/vim-code-dark.git
[submodule "bundle/lightline"]
path = bundle/lightline
url = https://github.com/itchyny/lightline.vim
[submodule "bundle/ack.vim"]
path = bundle/ack.vim
url = https://github.com/mileszs/ack.vim.git
[submodule "bundle/vim-go"]
path = bundle/vim-go
url = https://github.com/fatih/vim-go.git
[submodule "bundle/ultisnips"]
path = bundle/ultisnips
url = git://github.com/SirVer/ultisnips.git
[submodule "bundle/vim-snippets"]
path = bundle/vim-snippets
url = git://github.com/honza/vim-snippets.git
[submodule "bundle/dracula-theme"]
path = bundle/dracula-theme
url = [email protected]:dracula/vim.git
[submodule "bundle/snow"]
path = bundle/snow
url = [email protected]:nightsense/snow.git
[submodule "bundle/vim-jsx"]
path = bundle/vim-jsx
url = https://github.com/mxw/vim-jsx.git