-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
37 lines (33 loc) · 1.12 KB
/
.gitmodules
File metadata and controls
37 lines (33 loc) · 1.12 KB
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
[submodule "bundle/ack.vim"]
path = bundle/ack.vim
url = https://github.com/mileszs/ack.vim.git
[submodule "bundle/syntastic"]
path = bundle/syntastic
url = https://github.com/vim-syntastic/syntastic.git
[submodule "bundle/tabline.vim"]
path = bundle/tabline.vim
url = git://github.com/mkitt/tabline.vim.git
[submodule "bundle/tagbar"]
path = bundle/tagbar
url = git://github.com/majutsushi/tagbar
[submodule "bundle/vim-gitgutter"]
path = bundle/vim-gitgutter
url = git://github.com/airblade/vim-gitgutter.git
[submodule "bundle/nerdtree"]
path = bundle/nerdtree
url = git@github.com:preservim/nerdtree.git
[submodule "bundle/vim-airline"]
path = bundle/vim-airline
url = git@github.com:vim-airline/vim-airline.git
[submodule "bundle/vim-airline-themes"]
path = bundle/vim-airline-themes
url = git@github.com:vim-airline/vim-airline-themes.git
[submodule "bundle/supertab"]
path = bundle/supertab
url = git@github.com:ervandew/supertab.git
[submodule "bundle/ctrlp.vim"]
path = bundle/ctrlp.vim
url = git@github.com:kien/ctrlp.vim.git
[submodule "bundle/ale"]
path = bundle/ale
url = git@github.com:dense-analysis/ale.git