-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitmodules
78 lines (78 loc) · 3.09 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 "vimfolder/bundle/vim-ack"]
path = vimfolder/bundle/vim-ack
url = git://github.com/mileszs/ack.vim.git
[submodule "vimfolder/bundle/tagbar"]
path = vimfolder/bundle/tagbar
url = https://github.com/majutsushi/tagbar.git
[submodule "vimfolder/bundle/supertab"]
path = vimfolder/bundle/supertab
url = https://github.com/ervandew/supertab.git
[submodule "vimfolder/bundle/vim-coffescript"]
path = vimfolder/bundle/vim-coffescript
url = git://github.com/kchmck/vim-coffee-script.git
[submodule "vimfolder/bundle/fugitive"]
path = vimfolder/bundle/fugitive
url = http://github.com/tpope/vim-fugitive.git
[submodule "vimfolder/bundle/surround"]
path = vimfolder/bundle/surround
url = https://github.com/tpope/vim-surround.git
[submodule "vimfolder/bundle/git"]
path = vimfolder/bundle/git
url = https://github.com/tpope/vim-git.git
[submodule "vimfolder/bundle/minibufexpl"]
path = vimfolder/bundle/minibufexpl
url = https://github.com/sontek/minibufexpl.vim.git
[submodule "vimfolder/bundle/gundo"]
path = vimfolder/bundle/gundo
url = https://github.com/sjl/gundo.vim.git
[submodule "vimfolder/bundle/pydoc"]
path = vimfolder/bundle/pydoc
url = https://github.com/fs111/pydoc.vim.git
[submodule "vimfolder/bundle/pep8"]
path = vimfolder/bundle/pep8
url = https://github.com/vim-scripts/pep8.git
[submodule "vimfolder/bundle/makegreen"]
path = vimfolder/bundle/makegreen
url = https://github.com/reinh/vim-makegreen
[submodule "vimfolder/bundle/tasklist"]
path = vimfolder/bundle/tasklist
url = https://github.com/vim-scripts/TaskList.vim.git
[submodule "vimfolder/bundle/nerdtree"]
path = vimfolder/bundle/nerdtree
url = https://github.com/vim-scripts/The-NERD-tree.git
[submodule "vimfolder/bundle/delimitMate"]
path = vimfolder/bundle/delimitMate
url = https://github.com/Raimondi/delimitMate
[submodule "vimfolder/bundle/ctrlp"]
path = vimfolder/bundle/ctrlp
url = https://github.com/kien/ctrlp.vim.git
[submodule "vimfolder/bundle/less"]
path = vimfolder/bundle/less
url = https://github.com/groenewege/vim-less.git
[submodule "vimfolder/bundle/syntastic"]
path = vimfolder/bundle/syntastic
url = https://github.com/scrooloose/syntastic.git
[submodule "vimfolder/bundle/clojure"]
path = vimfolder/bundle/clojure
url = git://github.com/vim-scripts/VimClojure.git
[submodule "vimfolder/bundle/scala"]
path = vimfolder/bundle/scala
url = git://github.com/derekwyatt/vim-scala.git
[submodule "vimfolder/bundle/salt-vim"]
path = vimfolder/bundle/salt-vim
url = git://github.com/saltstack/salt-vim.git
[submodule "vimfolder/bundle/vim-airline"]
path = vimfolder/bundle/vim-airline
url = https://github.com/bling/vim-airline.git
[submodule "vimfolder/bundle/jedi-vim"]
path = vimfolder/bundle/jedi-vim
url = https://github.com/davidhalter/jedi-vim.git
[submodule "vimfolder/bundle/rust.vim"]
path = vimfolder/bundle/rust.vim
url = git://github.com/wting/rust.vim.git
[submodule "vimfolder/bundle/colorschemes"]
path = vimfolder/bundle/colorschemes
url = https://github.com/flazz/vim-colorschemes.git
[submodule "vimfolder/bundle/vim-go"]
path = vimfolder/bundle/vim-go
url = https://github.com/fatih/vim-go.git