-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
51 lines (51 loc) · 2 KB
/
.gitmodules
File metadata and controls
51 lines (51 loc) · 2 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
[submodule ".vim/bundle/ctrlp.vim"]
path = .vim/bundle/ctrlp.vim
url = git@github.com:kien/ctrlp.vim.git
[submodule ".vim/bundle/nerdtree"]
path = .vim/bundle/nerdtree
url = git@github.com:scrooloose/nerdtree.git
[submodule ".vim/bundle/tabular"]
path = .vim/bundle/tabular
url = git@github.com:godlygeek/tabular.git
[submodule ".vim/bundle/vim-surround"]
path = .vim/bundle/vim-surround
url = git@github.com:tpope/vim-surround.git
[submodule ".vim/bundle/Zenburn"]
path = .vim/bundle/Zenburn
url = git@github.com:jnurmine/Zenburn.git
[submodule ".vim/bundle/puppet-syntax-vim"]
path = .vim/bundle/puppet-syntax-vim
url = git@github.com:puppetlabs/puppet-syntax-vim.git
[submodule ".vim/bundle/vim-obsidian"]
path = .vim/bundle/vim-obsidian
url = git@github.com:tjohn/vim-obsidian.git
[submodule ".vim/bundle/vim-colors-solarized"]
path = .vim/bundle/vim-colors-solarized
url = git@github.com:altercation/vim-colors-solarized.git
[submodule ".vim/bundle/ack.vim"]
path = .vim/bundle/ack.vim
url = git@github.com:mileszs/ack.vim.git
[submodule ".vim/bundle/vim-fugitive"]
path = .vim/bundle/vim-fugitive
url = git@github.com:tpope/vim-fugitive.git
[submodule ".vim/bundle/vim-coffee-script"]
path = .vim/bundle/vim-coffee-script
url = git@github.com:kchmck/vim-coffee-script.git
[submodule ".vim/bundle/syntastic"]
path = .vim/bundle/syntastic
url = git@github.com:scrooloose/syntastic.git
[submodule ".vim/bundle/vim-emblem"]
path = .vim/bundle/vim-emblem
url = git@github.com:darthdeus/vim-emblem.git
[submodule ".vim/bundle/vim-gitgutter"]
path = .vim/bundle/vim-gitgutter
url = git@github.com:airblade/vim-gitgutter.git
[submodule ".vim/bundle/vim-buftabline"]
path = .vim/bundle/vim-buftabline
url = https://github.com/ap/vim-buftabline.git
[submodule ".vim/bundle/vim-highlightedyank"]
path = .vim/bundle/vim-highlightedyank
url = https://github.com/machakann/vim-highlightedyank.git
[submodule ".vim/bundle/vim-accordion"]
path = .vim/bundle/vim-accordion
url = https://github.com/mattboehm/vim-accordion.git