forked from whiteinge/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
48 lines (48 loc) · 1.85 KB
/
.gitmodules
File metadata and controls
48 lines (48 loc) · 1.85 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
[submodule ".vim/bundle/gitv"]
path = .vim/bundle/gitv
url = git://github.com/gregsexton/gitv.git
[submodule ".vim/bundle/Gundo"]
path = .vim/bundle/Gundo
url = git://github.com/vim-scripts/Gundo.git
[submodule ".vim/bundle/salt-vim"]
path = .vim/bundle/salt-vim
url = git://github.com/saltstack/salt-vim.git
[submodule ".vim/bundle/surround.vim"]
path = .vim/bundle/surround.vim
url = git://github.com/vim-scripts/surround.vim.git
[submodule ".vim/bundle/syntastic"]
path = .vim/bundle/syntastic
url = git://github.com/scrooloose/syntastic.git
[submodule ".vim/bundle/tagbar"]
path = .vim/bundle/tagbar
url = git://github.com/majutsushi/tagbar.git
[submodule ".vim/bundle/vim-fugitive"]
path = .vim/bundle/vim-fugitive
url = git://github.com/tpope/vim-fugitive.git
[submodule ".vim/bundle/vim-commentary"]
path = .vim/bundle/vim-commentary
url = git://github.com/tpope/vim-commentary.git
[submodule ".zsh-syntax-highlighting"]
path = .zsh-syntax-highlighting
url = git://github.com/zsh-users/zsh-syntax-highlighting.git
[submodule ".vim/bundle/vim-dispatch"]
path = .vim/bundle/vim-dispatch
url = git://github.com/tpope/vim-dispatch.git
[submodule ".vim/bundle/vim-gitgutter"]
path = .vim/bundle/vim-gitgutter
url = git://github.com/airblade/vim-gitgutter.git
[submodule ".vim/bundle/vim-textobj-user"]
path = .vim/bundle/vim-textobj-user
[submodule ".vim/bundle/vim-textobj-indent"]
path = .vim/bundle/vim-textobj-indent
[submodule ".vim/bundle/vim-airline"]
path = .vim/bundle/vim-airline
url = https://github.com/bling/vim-airline.git
[submodule ".vim/bundle/tern_for_vim"]
path = .vim/bundle/tern_for_vim
[submodule ".vim/bundle/vim-vinegar"]
path = .vim/bundle/vim-vinegar
url = git://github.com/tpope/vim-vinegar.git