forked from wavded/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
78 lines (78 loc) · 2.77 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
[submodule "vim/bundle/git"]
path = vim/bundle/git
url = https://github.com/tpope/vim-git
[submodule "vim/bundle/fugitive"]
path = vim/bundle/fugitive
url = https://github.com/tpope/vim-fugitive
[submodule "vim/bundle/surround"]
path = vim/bundle/surround
url = https://github.com/tpope/vim-surround
[submodule "vim/bundle/unimpaired"]
path = vim/bundle/unimpaired
url = https://github.com/tpope/vim-unimpaired
[submodule "vim/bundle/repeat"]
path = vim/bundle/repeat
url = https://github.com/tpope/vim-repeat
[submodule "vim/bundle/markdown"]
path = vim/bundle/markdown
url = https://github.com/tpope/vim-markdown
[submodule "vim/bundle/ragtag"]
path = vim/bundle/ragtag
url = https://github.com/tpope/vim-ragtag
[submodule "vim/bundle/speeddating"]
path = vim/bundle/speeddating
url = https://github.com/tpope/vim-speeddating
[submodule "vim/bundle/stylus"]
path = vim/bundle/stylus
url = https://github.com/wavded/vim-stylus
[submodule "vim/bundle/jade"]
path = vim/bundle/jade
url = https://github.com/digitaltoad/vim-jade
[submodule "vim/bundle/tcomment"]
path = vim/bundle/tcomment
url = https://github.com/tomtom/tcomment_vim
[submodule "vim/bundle/ack"]
path = vim/bundle/ack
url = https://github.com/mileszs/ack.vim
[submodule "vim/bundle/nerdtree"]
path = vim/bundle/nerdtree
url = https://github.com/scrooloose/nerdtree
[submodule "vim/bundle/nerdtree-execute"]
path = vim/bundle/nerdtree-execute
url = https://github.com/ivalkeen/nerdtree-execute
[submodule "vim/bundle/pasta"]
path = vim/bundle/pasta
url = https://github.com/sickill/vim-pasta
[submodule "vim/bundle/shady"]
path = vim/bundle/shady
url = https://github.com/cloudhead/shady.vim
[submodule "vim/bundle/tmux"]
path = vim/bundle/tmux
url = https://github.com/tsaleh/vim-tmux
[submodule "vim/bundle/ctrlp"]
path = vim/bundle/ctrlp
url = https://github.com/kien/ctrlp.vim
[submodule "vim/bundle/solarized"]
path = vim/bundle/solarized
url = https://github.com/altercation/vim-colors-solarized.git
[submodule "vim/bundle/coffeescript"]
path = vim/bundle/coffeescript
url = git://github.com/kchmck/vim-coffee-script.git
[submodule "vim/bundle/javascript"]
path = vim/bundle/javascript
url = git://github.com/pangloss/vim-javascript.git
[submodule "vim/bundle/powerline"]
path = vim/bundle/powerline
url = https://github.com/Lokaltog/vim-powerline
[submodule "vim/bundle/dispatch"]
path = vim/bundle/dispatch
url = git://github.com/tpope/vim-dispatch.git
[submodule "vim/bundle/solarized-powerline"]
path = vim/bundle/solarized-powerline
url = git://github.com/stephenmckinney/vim-solarized-powerline.git
[submodule "vim/bundle/tlib"]
path = vim/bundle/tlib
url = git://github.com/tomtom/tlib_vim.git
[submodule "vim/bundle/mw-utils"]
path = vim/bundle/mw-utils
url = git://github.com/MarcWeber/vim-addon-mw-utils.git