-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitmodules
48 lines (48 loc) · 1.91 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
[submodule "vimfiles/bundle/pathogen"]
path = vimfiles/bundle/pathogen
url = https://github.com/tpope/vim-pathogen
[submodule "vimfiles/bundle/vim-colors-solarized"]
path = vimfiles/bundle/vim-colors-solarized
url = https://github.com/altercation/vim-colors-solarized
[submodule "linked_packages/sparkup"]
path = linked_packages/sparkup
url = https://github.com/rstacruz/sparkup
[submodule "vimfiles/bundle/ack"]
path = vimfiles/bundle/ack
url = https://github.com/mileszs/ack.vim.git
[submodule "vimfiles/bundle/gnupg"]
path = vimfiles/bundle/gnupg
url = https://git.gitorious.org/vim-gnupg/vim-gnupg.git
[submodule "vimfiles/bundle/surround"]
path = vimfiles/bundle/surround
url = https://github.com/tpope/vim-surround
[submodule "vimfiles/bundle/puppet"]
path = vimfiles/bundle/puppet
url = https://github.com/rodjek/vim-puppet.git
[submodule "vimfiles/bundle/Command-T"]
path = vimfiles/bundle/Command-T
url = https://github.com/wincent/Command-T
[submodule "vimfiles/bundle/syntastic"]
path = vimfiles/bundle/syntastic
url = https://github.com/scrooloose/syntastic.git
[submodule "vimfiles/bundle/nerdcommenter"]
path = vimfiles/bundle/nerdcommenter
url = https://github.com/scrooloose/nerdcommenter.git
[submodule "vimfiles/bundle/vim-ruby"]
path = vimfiles/bundle/vim-ruby
url = https://github.com/vim-ruby/vim-ruby.git
[submodule "vimfiles/bundle/ultisnips"]
path = vimfiles/bundle/ultisnips
url = https://github.com/SirVer/ultisnips.git
[submodule "vimfiles/bundle/rooter.vim"]
path = vimfiles/bundle/rooter.vim
url = https://github.com/airblade/vim-rooter.git
[submodule "vimfiles/bundle/ctrlp"]
path = vimfiles/bundle/ctrlp
url = https://github.com/kien/ctrlp.vim.git
[submodule "vimfiles/bundle/tabular"]
path = vimfiles/bundle/tabular
url = https://github.com/godlygeek/tabular.git
[submodule "vimfiles/bundle/easymotion"]
path = vimfiles/bundle/easymotion
url = https://github.com/Lokaltog/vim-easymotion.git