forked from prasincs/vim-config
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
70 lines (70 loc) · 2.66 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
[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 = [email protected]: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/rainbow_parentheses"]
path = vim/bundle/rainbow_parentheses
url = [email protected]:kien/rainbow_parentheses.vim.git
[submodule "vim/bundle/vim-classpath"]
path = vim/bundle/vim-classpath
url = [email protected]:tpope/vim-classpath.git
[submodule "vim/bundle/vim-paredit"]
path = vim/bundle/vim-paredit
url = [email protected]:vim-scripts/paredit.vim.git
[submodule "vim/bundle/nerdcommenter"]
path = vim/bundle/nerdcommenter
url = [email protected]:scrooloose/nerdcommenter.git
[submodule "vim/bundle/syntastic"]
path = vim/bundle/syntastic
url = [email protected]:scrooloose/syntastic.git
[submodule "vim/bundle/supertab"]
path = vim/bundle/supertab
url = [email protected]:ervandew/supertab.git
[submodule "vim/bundle/sensible"]
path = vim/bundle/sensible
url = [email protected]:tpope/vim-sensible.git
[submodule "vim/bundle/fireplace"]
path = vim/bundle/fireplace
url = [email protected]:tpope/vim-fireplace.git
[submodule "vim/bundle/vcscommand"]
path = vim/bundle/vcscommand
url = [email protected]:vim-scripts/vcscommand.vim.git
[submodule "vim/bundle/tagbar"]
path = vim/bundle/tagbar
url = [email protected]:majutsushi/tagbar
[submodule "vim/bundle/ctrl-p"]
path = vim/bundle/ctrl-p
url = [email protected]:kien/ctrlp.vim.git
[submodule "vim/bundle/unimpaired"]
path = vim/bundle/unimpaired
url = [email protected]:tpope/vim-unimpaired.git
[submodule "vim/powerline-fonts"]
path = vim/powerline-fonts
url = [email protected]:Lokaltog/powerline-fonts.git
[submodule "vim/bundle/vim-powerline"]
path = vim/bundle/vim-powerline
url = [email protected]:Lokaltog/vim-powerline.git
[submodule "vim/bundle/fugitive"]
path = vim/bundle/fugitive
url = [email protected]:tpope/vim-fugitive.git
[submodule "vim/bundle/govim"]
path = vim/bundle/govim
url = [email protected]/:govim/govim.git
[submodule "vim/bundle/vim-markdown"]
path = vim/bundle/vim-markdown
url = [email protected]:/plasticboy/vim-markdown.git
[submodule "vim/bundle/vim-markdown-preview"]
path = vim/bundle/vim-markdown-preview
url = [email protected]:JamshedVesuna/vim-markdown-preview.git
[submodule "vim/bundle/ultisnips"]
path = vim/bundle/ultisnips
url = git://github.com/SirVer/ultisnips.git