-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitmodules
More file actions
66 lines (66 loc) · 2.55 KB
/
.gitmodules
File metadata and controls
66 lines (66 loc) · 2.55 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
[submodule ".vim/bundle/ctrlp.vim"]
path = .vim/bundle/ctrlp.vim
url = https://github.com/kien/ctrlp.vim.git
[submodule ".vim/bundle/syntastic"]
path = .vim/bundle/syntastic
url = https://github.com/scrooloose/syntastic.git
[submodule ".vim/bundle/vim-colors-solarized"]
path = .vim/bundle/vim-colors-solarized
url = git://github.com/altercation/vim-colors-solarized.git
[submodule ".vim/bundle/vim-commentary"]
path = .vim/bundle/vim-commentary
url = https://github.com/tpope/vim-commentary.git
[submodule ".vim/bundle/vim-fugitive"]
path = .vim/bundle/vim-fugitive
url = https://github.com/tpope/vim-fugitive.git
[submodule ".vim/bundle/vim-rails"]
path = .vim/bundle/vim-rails
url = https://github.com/tpope/vim-rails.git
[submodule ".vim/bundle/vim-ruby"]
path = .vim/bundle/vim-ruby
url = https://github.com/vim-ruby/vim-ruby.git
[submodule ".vim/bundle/ack.vim"]
path = .vim/bundle/ack.vim
url = https://github.com/mileszs/ack.vim.git
[submodule ".vim/bundle/vim-coffee-script"]
path = .vim/bundle/vim-coffee-script
url = https://github.com/kchmck/vim-coffee-script.git
[submodule ".vim/bundle/nerdtree"]
path = .vim/bundle/nerdtree
url = https://github.com/scrooloose/nerdtree.git
[submodule ".vim/bundle/vim-session"]
path = .vim/bundle/vim-session
url = https://github.com/xolox/vim-session.git
[submodule ".vim/bundle/snipMate"]
path = .vim/bundle/snipMate
url = https://github.com/vim-scripts/snipMate.git
[submodule ".vim/bundle/vim-gitgutter"]
path = .vim/bundle/vim-gitgutter
url = https://github.com/airblade/vim-gitgutter.git
[submodule ".vim/bundle/command-t"]
path = .vim/bundle/command-t
url = git://git.wincent.com/command-t.git
[submodule ".vim/bundle/vim-less"]
path = .vim/bundle/vim-less
url = https://github.com/groenewege/vim-less.git
[submodule ".vim/bundle/vimwiki"]
path = .vim/bundle/vimwiki
url = git://github.com/vim-scripts/vimwiki.git
[submodule ".vim/bundle/vim-pinpoint"]
path = .vim/bundle/vim-pinpoint
url = https://github.com/fmoralesc/vim-pinpoint.git
[submodule ".vim/bundle/vim-go"]
path = .vim/bundle/vim-go
url = https://github.com/fatih/vim-go.git
[submodule "bashmarks"]
path = bashmarks
url = git@github.com:huyng/bashmarks.git
[submodule "gnome-terminal-colors-solarized"]
path = gnome-terminal-colors-solarized
url = git@github.com:Anthony25/gnome-terminal-colors-solarized.git
[submodule ".vim/bundle/vim-emblem"]
path = .vim/bundle/vim-emblem
url = https://github.com/heartsentwined/vim-emblem.git
[submodule ".vim/bundle/vim-obsession"]
path = .vim/bundle/vim-obsession
url = git://github.com/tpope/vim-obsession.git