forked from heyMP/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
87 lines (87 loc) · 3.48 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
79
80
81
82
83
84
85
86
87
[submodule ".vim/bundle/ctrlp.vim"]
path = .vim/bundle/ctrlp.vim
url = https://github.com/kien/ctrlp.vim.git
[submodule ".vim/bundle/nerdtree"]
path = .vim/bundle/nerdtree
url = https://github.com/scrooloose/nerdtree.git
[submodule ".vim/bundle/nerdcommenter"]
path = .vim/bundle/nerdcommenter
url = https://github.com/scrooloose/nerdcommenter.git
[submodule ".vim/bundle/vim-commentary"]
path = .vim/bundle/vim-commentary
url = https://github.com/tpope/vim-commentary.git
[submodule ".vim/bundle/syntastic"]
path = .vim/bundle/syntastic
url = https://github.com/scrooloose/syntastic.git
[submodule "vim-airline"]
path = .vim/bundle/vim-airline
url = https://github.com/bling/vim-airline.git
[submodule ".vim/bundle/vim-monokai"]
path = .vim/bundle/vim-monokai
url = https://github.com/sickill/vim-monokai.git
[submodule ".vim/bundle/vim-nerdtree-tabs"]
path = .vim/bundle/vim-nerdtree-tabs
url = https://github.com/jistr/vim-nerdtree-tabs.git
[submodule ".vim/bundle/vim-powerline"]
path = .vim/bundle/vim-powerline
url = https://github.com/Lokaltog/vim-powerline.git
[submodule ".vim/bundle/vim-scriptease"]
path = .vim/bundle/vim-scriptease
url = https://github.com/tpope/vim-scriptease.git
[submodule ".vim/bundle/vim-sensible"]
path = .vim/bundle/vim-sensible
url = https://github.com/tpope/vim-sensible.git
[submodule ".vim/bundle/vim-gitgutter"]
path = .vim/bundle/vim-gitgutter
url = https://github.com/airblade/vim-gitgutter.git
[submodule ".vim/bundle/fonts"]
path = .vim/bundle/fonts
url = https://github.com/powerline/fonts.git
[submodule ".oh-my-zsh"]
path = .oh-my-zsh
url = https://github.com/robbyrussell/oh-my-zsh.git
[submodule ".vim/bundle/vim-multiple-cursors"]
path = .vim/bundle/vim-multiple-cursors
url = https://github.com/terryma/vim-multiple-cursors.git
[submodule ".vim/bundle/Vim-toCterm"]
path = .vim/bundle/Vim-toCterm
url = git://github.com/shawncplus/Vim-toCterm
[submodule "oh-my-zsh-custom/plugins/zsh-autosuggestions"]
path = oh-my-zsh-custom/plugins/zsh-autosuggestions
url = https://github.com/zsh-users/zsh-autosuggestions.git
[submodule "zsh-custom/plugins/zsh-autosuggestions"]
path = zsh-custom/plugins/zsh-autosuggestions
url = https://github.com/zsh-users/zsh-autosuggestions.git
[submodule ".vim/bundle/vim-surround"]
path = .vim/bundle/vim-surround
url = git://github.com/tpope/vim-surround.git
[submodule ".vim/bundle/vim-twig"]
path = .vim/bundle/vim-twig
url = https://github.com/evidens/vim-twig.git
[submodule ".vim/bundle/auto_mkdir"]
path = .vim/bundle/auto_mkdir
url = https://github.com/DataWraith/auto_mkdir.git
[submodule ".vim/bundle/dracula-theme"]
path = .vim/bundle/dracula-theme
url = https://github.com/dracula/vim.git
[submodule ".vim/bundle/vim-snipmate"]
path = .vim/bundle/vim-snipmate
url = https://github.com/garbas/vim-snipmate.git
[submodule ".vim/bundle/vim-addon-mw-utils"]
path = .vim/bundle/vim-addon-mw-utils
url = https://github.com/MarcWeber/vim-addon-mw-utils.git
[submodule ".vim/bundle/tlib_vim"]
path = .vim/bundle/tlib_vim
url = https://github.com/tomtom/tlib_vim.git
[submodule ".vim/bundle/tmux-yank"]
path = .vim/bundle/tmux-yank
url = https://github.com/tmux-plugins/tmux-yank
[submodule ".vim/bundle/tmux-copycat"]
path = .vim/bundle/tmux-copycat
url = https://github.com/tmux-plugins/tmux-copycat
[submodule ".vim/bundle/vim-fugitive"]
path = .vim/bundle/vim-fugitive
url = https://github.com/tpope/vim-fugitive.git
[submodule ".vim/bundle/ack.vim"]
path = .vim/bundle/ack.vim
url = https://github.com/mileszs/ack.vim.git