-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitmodules
54 lines (54 loc) · 1.95 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
[submodule "bundle/nerdtree"]
path = bundle/nerdtree
url = https://github.com/scrooloose/nerdtree.git
[submodule "bundle/minibufexpl"]
path = bundle/minibufexpl
url = git://github.com/fholgado/minibufexpl.vim.git
[submodule "bundle/ctrlp"]
path = bundle/ctrlp
url = git://github.com/kien/ctrlp.vim.git
[submodule "bundle/syntastic"]
path = bundle/syntastic
url = https://github.com/scrooloose/syntastic.git
[submodule "bundle/YouCompleteMe"]
path = bundle/YouCompleteMe
url = https://github.com/Valloric/YouCompleteMe.git
[submodule "bundle/CoffeeScript"]
path = bundle/CoffeeScript
url = https://github.com/vitaly/vim-syntastic-coffee.git
[submodule "bundle/coffee-script"]
path = bundle/coffee-script
url = https://github.com/kchmck/vim-coffee-script.git
[submodule "bundle/powerline"]
path = bundle/powerline
url = https://github.com/Lokaltog/powerline.git
[submodule "bundle/solarized"]
path = bundle/solarized
url = git://github.com/altercation/vim-colors-solarized.git
[submodule "bundle/jinja2-syntx"]
path = bundle/jinja2-syntx
url = https://github.com/Glench/Vim-Jinja2-Syntax.git
[submodule "bundle/vim-colors-solarized"]
path = bundle/vim-colors-solarized
url = https://github.com/altercation/vim-colors-solarized.git
[submodule "bundle/vim-go"]
path = bundle/vim-go
url = https://github.com/fatih/vim-go.git
[submodule "bundle/vim-javascript"]
path = bundle/vim-javascript
url = https://github.com/pangloss/vim-javascript.git
[submodule "bundle/vim-jsx"]
path = bundle/vim-jsx
url = [email protected]:mxw/vim-jsx.git
[submodule "bundle/vim-jsx-typescript"]
path = bundle/vim-jsx-typescript
url = [email protected]:peitalin/vim-jsx-typescript.git
[submodule "bundle/vim-elixir"]
path = bundle/vim-elixir
url = https://github.com/elixir-lang/vim-elixir.git
[submodule "bundle/fzf"]
path = bundle/fzf
url = https://github.com/junegunn/fzf.vim.git
[submodule "bundle/vim-polyglot"]
path = bundle/vim-polyglot
url = [email protected]:sheerun/vim-polyglot.git