-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitmodules
78 lines (78 loc) · 3.06 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 "vim/bundle/ctrlp.vim"]
path = vim/bundle/ctrlp.vim
url = https://github.com/ctrlpvim/ctrlp.vim.git
[submodule "vim/bundle/tagbar"]
path = vim/bundle/tagbar
url = https://github.com/majutsushi/tagbar
[submodule "vim/bundle/vim-gitgutter"]
path = vim/bundle/vim-gitgutter
url = https://github.com/airblade/vim-gitgutter.git
[submodule "vim/bundle/vim-pathogen"]
path = vim/bundle/vim-pathogen
url = https://github.com/tpope/vim-pathogen.git
[submodule "vim/bundle/ag.vim"]
path = vim/bundle/ag.vim
url = https://github.com/rking/ag.vim.git
[submodule "vim/bundle/vim-trailing-whitespace"]
path = vim/bundle/vim-trailing-whitespace
url = https://github.com/bronson/vim-trailing-whitespace.git
[submodule "vim/bundle/tcomment_vim"]
path = vim/bundle/tcomment_vim
url = https://github.com/tomtom/tcomment_vim.git
[submodule "vim/bundle/vim-easy-align"]
path = vim/bundle/vim-easy-align
url = https://github.com/junegunn/vim-easy-align.git
[submodule "bashrc.d/bash-preexec"]
path = bashrc.d/bash-preexec
url = https://github.com/rcaloras/bash-preexec.git
[submodule "vim/bundle/ultisnips"]
path = vim/bundle/ultisnips
url = https://github.com/SirVer/ultisnips.git
[submodule "vim/bundle/vim-scala"]
path = vim/bundle/vim-scala
url = https://github.com/derekwyatt/vim-scala.git
[submodule "vim/bundle/nerdtree"]
path = vim/bundle/nerdtree
url = https://github.com/scrooloose/nerdtree
[submodule "vim/bundle/indentLine"]
path = vim/bundle/indentLine
url = https://github.com/Yggdroot/indentLine.git
[submodule "vim/bundle/vim-fugitive"]
path = vim/bundle/vim-fugitive
url = https://github.com/tpope/vim-fugitive.git
[submodule "vim/bundle/pig.vim"]
path = vim/bundle/pig.vim
url = https://github.com/motus/pig.vim.git
[submodule "vim/bundle/syntastic"]
path = vim/bundle/syntastic
url = https://github.com/scrooloose/syntastic.git
[submodule "vim/bundle/vim-statline"]
path = vim/bundle/vim-statline
url = https://github.com/millermedeiros/vim-statline.git
[submodule "vim/bundle/CRDispatcher"]
path = vim/bundle/CRDispatcher
url = https://github.com/coot/CRDispatcher.git
[submodule "vim/bundle/vim-instant-markdown"]
path = vim/bundle/vim-instant-markdown
url = https://github.com/suan/vim-instant-markdown.git
[submodule "scripts/vimpager.git"]
path = scripts/vimpager.git
url = https://github.com/rkitover/vimpager.git
[submodule "vim/bundle/let-modeline.vim"]
path = vim/bundle/let-modeline.vim
url = https://github.com/vim-scripts/let-modeline.vim
[submodule "vim/bundle/vim-javascript"]
path = vim/bundle/vim-javascript
url = https://github.com/pangloss/vim-javascript.git
[submodule "vim/bundle/tern_for_vim"]
path = vim/bundle/tern_for_vim
url = https://github.com/ternjs/tern_for_vim.git
[submodule "submodules/git-cinnabar"]
path = submodules/git-cinnabar
url = https://github.com/glandium/git-cinnabar.git
[submodule "vim/bundle/typescript-vim"]
path = vim/bundle/typescript-vim
url = https://github.com/leafgarland/typescript-vim.git
[submodule "vim/bundle/vim-jsx-pretty"]
path = vim/bundle/vim-jsx-pretty
url = https://github.com/MaxMEllon/vim-jsx-pretty.git