-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
120 lines (120 loc) · 4.23 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
[submodule "YankRing.vim"]
path = YankRing.vim
url = https://github.com/vim-scripts/YankRing.vim.git
[submodule "bundle/YankRing"]
path = bundle/YankRing
url = https://github.com/vim-scripts/YankRing.vim.git
[submodule "bundle/vim_rainbow"]
path = bundle/vim_rainbow
url = https://github.com/chrismetcalf/vim-rainbow.git
[submodule "bundle/guicolorscheme"]
path = bundle/guicolorscheme
url = https://github.com/vim-scripts/guicolorscheme.vim.git
[submodule "bundle/sparkup"]
path = bundle/sparkup
url = https://github.com/rstacruz/sparkup.git
[submodule "bundle/command-t"]
path = bundle/command-t
url = https://github.com/wincent/Command-T.git
[submodule "bundle/bufexeplorer"]
path = bundle/bufexeplorer
url = https://github.com/jlanzarotta/bufexplorer.git
[submodule "bundle/easymotion"]
path = bundle/easymotion
url = https://github.com/Lokaltog/vim-easymotion.git
[submodule "vim-surround"]
path = vim-surround
url = https://github.com/tpope/vim-surround.git
[submodule "bundle/surround"]
path = bundle/surround
url = https://github.com/tpope/vim-surround.git
[submodule "bundle/repeat"]
path = bundle/repeat
url = https://github.com/tpope/vim-repeat.git
[submodule "bundle/autoclose"]
path = bundle/autoclose
url = https://github.com/Townk/vim-autoclose
[submodule "bundle/javascript-syntax"]
path = bundle/javascript-syntax
url = https://github.com/jelera/vim-javascript-syntax
[submodule "bundle/nodejs-complete"]
path = bundle/nodejs-complete
url = https://github.com/myhere/vim-nodejs-complete
[submodule "bundle/autopairs"]
path = bundle/autopairs
url = http://github.com/jiangmiao/auto-pairs.git
[submodule "bundle/ctrlp.vim"]
path = bundle/ctrlp.vim
url = https://github.com/kien/ctrlp.vim.git
[submodule "bundle/nerdcommenter"]
path = bundle/nerdcommenter
url = https://github.com/scrooloose/nerdcommenter.git
[submodule "bundle/vim-airline"]
path = bundle/vim-airline
url = https://github.com/bling/vim-airline
[submodule "bundle/fugitive"]
path = bundle/fugitive
url = https://github.com/tpope/vim-fugitive.git
[submodule "bundle/emmet"]
path = bundle/emmet
url = https://github.com/mattn/emmet-vim.git
[submodule "bundle/vim-less"]
path = bundle/vim-less
url = https://github.com/groenewege/vim-less
[submodule "bundle/vim-coffee-script"]
path = bundle/vim-coffee-script
url = https://github.com/kchmck/vim-coffee-script.git
[submodule "bundle/rainbow"]
path = bundle/rainbow
url = https://github.com/luochen1990/rainbow.git
[submodule "bundle/exchange"]
path = bundle/exchange
url = https://github.com/tommcdo/vim-exchange.git
[submodule "bundle/youcompleteme"]
path = bundle/youcompleteme
url = https://github.com/Valloric/YouCompleteMe.git
[submodule "bundle/javascript-libraries-syntax"]
path = bundle/javascript-libraries-syntax
url = https://github.com/othree/javascript-libraries-syntax.vim.git
[submodule "bundle/ultisnips"]
path = bundle/ultisnips
url = https://github.com/SirVer/ultisnips.git
[submodule "bundle/vim-snippets"]
path = bundle/vim-snippets
url = https://github.com/honza/vim-snippets.git
[submodule "bundle/matchit"]
path = bundle/matchit
url = https://github.com/tmhedberg/matchit
[submodule "bundle/sneak"]
path = bundle/sneak
url = http://github.com/justinmk/vim-sneak.git
[submodule "bundle/tern"]
path = bundle/tern
url = https://github.com/ternjs/tern_for_vim
[submodule "bundle/table-mode"]
path = bundle/table-mode
url = https://github.com/dhruvasagar/vim-table-mode.git
[submodule "bundle/jshint"]
path = bundle/jshint
url = https://github.com/wookiehangover/jshint.vim
[submodule "bundle/nerdtree"]
path = bundle/nerdtree
url = https://github.com/scrooloose/nerdtree.git
[submodule "bundle/nerdtree_tab"]
path = bundle/nerdtree_tab
url = https://github.com/jistr/vim-nerdtree-tabs.git
[submodule "bundle/ag.vim"]
path = bundle/ag.vim
url = https://github.com/rking/ag.vim
[submodule "bundle/vdebug"]
path = bundle/vdebug
url = https://github.com/joonty/vdebug.git
[submodule "bundle/syntastic"]
path = bundle/syntastic
url = https://github.com/scrooloose/syntastic.git
[submodule "bundle/vim-easyoperator-line"]
path = bundle/vim-easyoperator-line
url = https://github.com/haya14busa/vim-easyoperator-line.git
[submodule "bundle/elm"]
path = bundle/elm
url = https://github.com/lambdatoast/elm.vim.git