-
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.03 KB
/
.gitmodules
File metadata and controls
51 lines (51 loc) · 2.03 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/vimdir/bundle/supertab"]
path = vim/vimdir/bundle/supertab
url = http://github.com/ervandew/supertab.git
[submodule "vim/vimdir/bundle/surround"]
path = vim/vimdir/bundle/surround
url = http://github.com/tpope/vim-surround
[submodule "vim/vimdir/bundle/powerline"]
path = vim/vimdir/bundle/powerline
url = http://github.com/Lokaltog/vim-powerline
[submodule "vim/vimdir/bundle/vim-colors-solarized"]
path = vim/vimdir/bundle/vim-colors-solarized
url = http://github.com/altercation/vim-colors-solarized
[submodule "vim/vimdir/bundle/ctrlp"]
path = vim/vimdir/bundle/ctrlp
url = http://github.com/kien/ctrlp.vim
[submodule "vim/vimdir/bundle/tagbar"]
path = vim/vimdir/bundle/tagbar
url = http://github.com/majutsushi/tagbar
[submodule "vim/vimdir/bundle/unimpaired"]
path = vim/vimdir/bundle/unimpaired
url = http://github.com/tpope/vim-unimpaired
[submodule "vim/vimdir/bundle/repeat"]
path = vim/vimdir/bundle/repeat
url = http://github.com/tpope/vim-repeat
[submodule "vim/vimdir/bundle/ultisnips"]
path = vim/vimdir/bundle/ultisnips
url = http://github.com/SirVer/ultisnips
[submodule "vim/vimdir/bundle/vim-fugitive"]
path = vim/vimdir/bundle/vim-fugitive
url = http://github.com/tpope/vim-fugitive.git
[submodule "vim/vimdir/bundle/vim-autotag"]
path = vim/vimdir/bundle/vim-autotag
url = https://github.com/craigemery/vim-autotag.git
[submodule "vim/vimdir/bundle/vim-commentary"]
path = vim/vimdir/bundle/vim-commentary
url = https://github.com/tpope/vim-commentary.git
[submodule "vim/vimdir/bundle/vim-snippets"]
path = vim/vimdir/bundle/vim-snippets
url = https://github.com/honza/vim-snippets.git
[submodule "bash/fzf"]
path = bash/fzf
url = https://github.com/junegunn/fzf.git
[submodule "vim/vimdir/bundle/tabular"]
path = vim/vimdir/bundle/tabular
url = https://github.com/godlygeek/tabular.git
[submodule "vim/vimdir/bundle/vimroom"]
path = vim/vimdir/bundle/vimroom
url = https://github.com/mikewest/vimroom
[submodule "git/diff-so-fancy"]
path = git/diff-so-fancy
url = https://github.com/so-fancy/diff-so-fancy