-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy path.gitmodules
73 lines (73 loc) · 2.72 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
[submodule "vim/bundle/solarized"]
path=vim/bundle/vim-colors-solarized
url=git://github.com/altercation/vim-colors-solarized.git
[submodule "vim/bundle/surround"]
path = vim/bundle/surround
url = git@github.com:tpope/vim-surround.git
[submodule "vim/bundle/vim-javascript"]
path = vim/bundle/vim-javascript
url = git://github.com/pangloss/vim-javascript.git
[submodule "vim/bundle/nerdtree"]
path = vim/bundle/nerdtree
url = https://github.com/vim-scripts/The-NERD-tree.git
ignore = untracked
[submodule "vim/bundle/phpcomplete"]
path = vim/bundle/phpcomplete
url = https://github.com/shawncplus/phpcomplete.vim
[submodule "vim/bundle/clojure-static"]
path = vim/bundle/clojure-static
url = git@github.com:guns/vim-clojure-static.git
[submodule "vim/bundle/rainbow_parentheses"]
path = vim/bundle/rainbow_parentheses
url = git@github.com:kien/rainbow_parentheses.vim.git
[submodule "vim/bundle/vim-classpath"]
path = vim/bundle/vim-classpath
url = git@github.com:tpope/vim-classpath.git
[submodule "vim/bundle/vim-paredit"]
path = vim/bundle/vim-paredit
url = git@github.com:vim-scripts/paredit.vim.git
[submodule "vim/bundle/nerdcommenter"]
path = vim/bundle/nerdcommenter
url = git@github.com:scrooloose/nerdcommenter.git
[submodule "vim/bundle/syntastic"]
path = vim/bundle/syntastic
url = git@github.com:scrooloose/syntastic.git
[submodule "vim/bundle/supertab"]
path = vim/bundle/supertab
url = git@github.com:ervandew/supertab.git
[submodule "vim/bundle/sensible"]
path = vim/bundle/sensible
url = git@github.com:tpope/vim-sensible.git
[submodule "vim/bundle/fireplace"]
path = vim/bundle/fireplace
url = git@github.com:tpope/vim-fireplace.git
[submodule "vim/bundle/vcscommand"]
path = vim/bundle/vcscommand
url = git@github.com:vim-scripts/vcscommand.vim.git
[submodule "vim/bundle/tagbar"]
path = vim/bundle/tagbar
url = git@github.com:majutsushi/tagbar
[submodule "vim/bundle/coffeescript"]
path = vim/bundle/coffeescript
url = git@github.com:kchmck/vim-coffee-script.git
[submodule "vim/bundle/ctrl-p"]
path = vim/bundle/ctrl-p
url = git@github.com:kien/ctrlp.vim.git
[submodule "vim/bundle/unimpaired"]
path = vim/bundle/unimpaired
url = git@github.com:tpope/vim-unimpaired.git
[submodule "vim/powerline-fonts"]
path = vim/powerline-fonts
url = git@github.com:Lokaltog/powerline-fonts.git
[submodule "vim/bundle/vim-powerline"]
path = vim/bundle/vim-powerline
url = git@github.com:Lokaltog/vim-powerline.git
[submodule "vim/bundle/golang"]
path = vim/bundle/golang
url = git@github.com:jnwhiteh/vim-golang.git
[submodule "vim/bundle/gocode"]
path = vim/bundle/gocode
url = git@github.com:Blackrush/vim-gocode.git
[submodule "vim/bundle/fugitive"]
path = vim/bundle/fugitive
url = git@github.com:tpope/vim-fugitive.git