forked from wallace/vim_config
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitmodules
More file actions
45 lines (45 loc) · 1.74 KB
/
.gitmodules
File metadata and controls
45 lines (45 loc) · 1.74 KB
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
[submodule "home/.vim/bundle/vim-colors-solarized"]
path = home/.vim/bundle/vim-colors-solarized
url = git://github.com/altercation/vim-colors-solarized.git
[submodule "home/.vim/bundle/nerdtree"]
path = home/.vim/bundle/nerdtree
url = git://github.com/scrooloose/nerdtree.git
[submodule "home/.vim/bundle/ack"]
path = home/.vim/bundle/ack
url = git://github.com/mileszs/ack.vim.git
[submodule "home/.vim/bundle/fugitive"]
path = home/.vim/bundle/fugitive
url = git://github.com/tpope/vim-fugitive.git
[submodule "home/.vim/bundle/endwise"]
path = home/.vim/bundle/endwise
url = git://github.com/tpope/vim-endwise.git
[submodule "home/.vim/bundle/repeat"]
path = home/.vim/bundle/repeat
url = git://github.com/tpope/vim-repeat.git
[submodule "home/.vim/bundle/rails"]
path = home/.vim/bundle/rails
url = git://github.com/tpope/vim-rails.git
[submodule "home/.vim/bundle/surround"]
path = home/.vim/bundle/surround
url = git://github.com/tpope/vim-surround.git
[submodule "home/.vim/bundle/tcomment"]
path = home/.vim/bundle/tcomment
url = git://github.com/tomtom/tcomment_vim.git
[submodule "home/.vim/bundle/cucumber"]
path = home/.vim/bundle/cucumber
url = git://github.com/tpope/vim-cucumber.git
[submodule "home/.vim/bundle/haml"]
path = home/.vim/bundle/haml
url = git://github.com/tpope/vim-haml.git
[submodule "home/.vim/bundle/rvm"]
path = home/.vim/bundle/rvm
url = git://github.com/tpope/vim-rvm.git
[submodule "home/.vim/bundle/gist"]
path = home/.vim/bundle/gist
url = git://github.com/mattn/gist-vim.git
[submodule "home/.vim/bundle/autoclose"]
path = home/.vim/bundle/autoclose
url = git://github.com/Townk/vim-autoclose.git
[submodule "home/.vim/bundle/ctrlp"]
path = home/.vim/bundle/ctrlp
url = git://github.com/kien/ctrlp.vim.git