-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
124 lines (123 loc) · 4.73 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
114
115
116
117
118
119
120
121
122
123
124
[submodule "vim/bundle/ack.vim"]
path = vim/bundle/ack.vim
url = git@github.com:mileszs/ack.vim.git
[submodule "vim/bundle/ctrlp.vim"]
path = vim/bundle/ctrlp.vim
url = git@github.com:kien/ctrlp.vim.git
[submodule "vim/bundle/emmet-vim"]
path = vim/bundle/emmet-vim
url = git@github.com:mattn/emmet-vim.git
[submodule "vim/bundle/nerdtree"]
path = vim/bundle/nerdtree
url = git@github.com:scrooloose/nerdtree.git
[submodule "vim/bundle/supertab"]
path = vim/bundle/supertab
url = git@github.com:ervandew/supertab.git
[submodule "vim/bundle/tabular"]
path = vim/bundle/tabular
url = git@github.com:godlygeek/tabular.git
[submodule "vim/bundle/tagbar"]
path = vim/bundle/tagbar
url = git@github.com:majutsushi/tagbar.git
[submodule "vim/bundle/vim-airline"]
path = vim/bundle/vim-airline
url = git@github.com:bling/vim-airline.git
[submodule "vim/bundle/vim-coffee-script"]
path = vim/bundle/vim-coffee-script
url = git@github.com:kchmck/vim-coffee-script.git
[submodule "vim/bundle/vim-colors-solarized"]
path = vim/bundle/vim-colors-solarized
url = git@github.com:altercation/vim-colors-solarized.git
[submodule "vim/bundle/vim-endwise"]
path = vim/bundle/vim-endwise
url = git@github.com:tpope/vim-endwise.git
[submodule "vim/bundle/vim-fugitive"]
path = vim/bundle/vim-fugitive
url = git@github.com:tpope/vim-fugitive.git
[submodule "vim/bundle/vim-indent-guides"]
path = vim/bundle/vim-indent-guides
url = git@github.com:nathanaelkane/vim-indent-guides.git
[submodule "vim/bundle/vim-multiple-cursors"]
path = vim/bundle/vim-multiple-cursors
url = git@github.com:terryma/vim-multiple-cursors.git
[submodule "vim/bundle/vim-ragtag"]
path = vim/bundle/vim-ragtag
url = git@github.com:tpope/vim-ragtag.git
[submodule "vim/bundle/vim-rails"]
path = vim/bundle/vim-rails
url = git@github.com:tpope/vim-rails.git
[submodule "vim/bundle/vim-repeat"]
path = vim/bundle/vim-repeat
url = git@github.com:tpope/vim-repeat.git
[submodule "vim/bundle/vim-rspec"]
path = vim/bundle/vim-rspec
url = git@github.com:thoughtbot/vim-rspec.git
[submodule "vim/bundle/vim-ruby"]
path = vim/bundle/vim-ruby
url = git@github.com:vim-ruby/vim-ruby.git
[submodule "vim/bundle/vim-ruby-refactoring"]
path = vim/bundle/vim-ruby-refactoring
url = git@github.com:ecomba/vim-ruby-refactoring.git
[submodule "vim/bundle/vim-slim"]
path = vim/bundle/vim-slim
url = git@github.com:slim-template/vim-slim.git
[submodule "vim/bundle/vim-surround"]
path = vim/bundle/vim-surround
url = git@github.com:tpope/vim-surround.git
[submodule "vim/bundle/vim-turbux"]
path = vim/bundle/vim-turbux
url = git@github.com:jgdavey/vim-turbux.git
[submodule "vim/bundle/bclose"]
path = vim/bundle/bclose
url = git@github.com:rbgrouleff/bclose.vim.git
[submodule "vim/bundle/tslime.vim"]
path = vim/bundle/tslime.vim
url = git@github.com:jgdavey/tslime.vim.git
[submodule "vim/bundle/vim-easymotion"]
path = vim/bundle/vim-easymotion
url = https://github.com/Lokaltog/vim-easymotion.git
[submodule "vim/bundle/vim-dragvisuals"]
path = vim/bundle/vim-dragvisuals
url = https://github.com/atweiden/vim-dragvisuals.git
[submodule "vim/bundle/vim-snipmate"]
path = vim/bundle/vim-snipmate
url = https://github.com/garbas/vim-snipmate.git
[submodule "vim/bundle/vim-addon-mw-utils"]
path = vim/bundle/vim-addon-mw-utils
url = https://github.com/MarcWeber/vim-addon-mw-utils.git
[submodule "vim/bundle/tlib_vim"]
path = vim/bundle/tlib_vim
url = https://github.com/tomtom/tlib_vim.git
[submodule "vim/bundle/tmuxline.vim"]
path = vim/bundle/tmuxline.vim
url = https://github.com/edkolev/tmuxline.vim.git
[submodule "vim/bundle/vim-i18n"]
path = vim/bundle/vim-i18n
url = https://github.com/stefanoverna/vim-i18n.git
[submodule "vim/bundle/dash.vim"]
path = vim/bundle/dash.vim
url = https://github.com/rizzatti/dash.vim.git
[submodule "vim/bundle/vim-gitgutter"]
path = vim/bundle/vim-gitgutter
url = https://github.com/airblade/vim-gitgutter.git
[submodule "vim/bundle/vim-emoji"]
path = vim/bundle/vim-emoji
url = https://github.com/junegunn/vim-emoji.git
[submodule "vim/bundle/ag.vim"]
path = vim/bundle/ag.vim
url = https://github.com/rking/ag.vim.git
[submodule "vim/bundle/vim-after-object"]
path = vim/bundle/vim-after-object
url = https://github.com/junegunn/vim-after-object.git
[submodule "vim/bundle/vim-tmux-navigator"]
path = vim/bundle/vim-tmux-navigator
url = https://github.com/christoomey/vim-tmux-navigator.git
[submodule "vim/bundle/vim-textobj-user"]
path = vim/bundle/vim-textobj-user
url = https://github.com/kana/vim-textobj-user.git
[submodule "vim/bundle/vim-textobj-rubyblock"]
path = vim/bundle/vim-textobj-rubyblock
url = https://github.com/nelstrom/vim-textobj-rubyblock.git
[submodule "vim/bundle/matchit"]
path = vim/bundle/matchit
url = https://github.com/tmhedberg/matchit.git