-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
81 lines (81 loc) · 2.77 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
[submodule "bundle/vim-fugitive"]
path = bundle/vim-fugitive
url = git://github.com/tpope/vim-fugitive.git
[submodule "bundle/nerdtree"]
path = bundle/nerdtree
url = git://github.com/scrooloose/nerdtree.git
[submodule "bundle/vim-rails"]
path = bundle/vim-rails
url = git://github.com/tpope/vim-rails.git
[submodule "bundle/nerdcommenter"]
path = bundle/nerdcommenter
url = git://github.com/scrooloose/nerdcommenter.git
[submodule "bundle/vim-endwise"]
path = bundle/vim-endwise
url = git://github.com/tpope/vim-endwise.git
[submodule "bundle/vim-surround"]
path = bundle/vim-surround
url = git://github.com/tpope/vim-surround.git
[submodule "bundle/vim-colors-solarized"]
path = bundle/vim-colors-solarized
url = git://github.com/altercation/vim-colors-solarized.git
[submodule "bundle/vim-rvm"]
path = bundle/vim-rvm
url = git://github.com/tpope/vim-rvm.git
[submodule "bundle/ctrlp.vim"]
path = bundle/ctrlp.vim
url = git://github.com/kien/ctrlp.vim.git
[submodule "bundle/vim-coffee-script"]
path = bundle/vim-coffee-script
url = https://github.com/kchmck/vim-coffee-script.git
[submodule "bundle/vim-ragtag"]
path = bundle/vim-ragtag
url = git://github.com/tpope/vim-ragtag.git
[submodule "bundle/vim-bundler"]
path = bundle/vim-bundler
url = git://github.com/tpope/vim-bundler.git
[submodule "bundle/csv"]
path = bundle/csv
url = git://github.com/chrisbra/csv.vim.git
[submodule "bundle/mustache"]
path = bundle/mustache
url = git://github.com/juvenn/mustache.vim.git
[submodule "bundle/ag.vim"]
path = bundle/ag.vim
url = git://github.com/epmatsw/ag.vim.git
[submodule "bundle/syntastic"]
path = bundle/syntastic
url = git://github.com/scrooloose/syntastic.git
[submodule "bundle/vim-rake"]
path = bundle/vim-rake
url = git://github.com/tpope/vim-rake.git
[submodule "bundle/tabular"]
path = bundle/tabular
url = git://github.com/godlygeek/tabular.git
[submodule "bundle/gist-vim"]
path = bundle/gist-vim
url = git://github.com/mattn/gist-vim.git
[submodule "bundle/YouCompleteMe"]
path = bundle/YouCompleteMe
url = git://github.com/Valloric/YouCompleteMe.git
[submodule "bundle/vimux"]
path = bundle/vimux
url = https://github.com/benmills/vimux.git
[submodule "bundle/vim-turbux"]
path = bundle/vim-turbux
url = https://github.com/jgdavey/vim-turbux.git
[submodule "bundle/neocomplete"]
path = bundle/neocomplete
url = https://github.com/Shougo/neocomplete.vim.git
[submodule "bundle/vim-go"]
path = bundle/vim-go
url = https://github.com/fatih/vim-go.git
[submodule "bundle/neosnippet-snippets"]
path = bundle/neosnippet-snippets
url = https://github.com/Shougo/neosnippet-snippets
[submodule "bundle/neosnippet"]
path = bundle/neosnippet
url = https://github.com/Shougo/neosnippet
[submodule "bundle/tagbar"]
path = bundle/tagbar
url = https://github.com/majutsushi/tagbar