forked from jsteiner/dotfiles-old
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
75 lines (75 loc) · 2.94 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
[submodule "vim/bundle/file-line"]
path = vim/bundle/file-line
url = git://github.com/bogado/file-line.git
[submodule "vim/bundle/vim-ruby"]
path = vim/bundle/vim-ruby
url = git://github.com/vim-ruby/vim-ruby.git
[submodule "vim/bundle/vim-cucumber"]
path = vim/bundle/vim-cucumber
url = git://github.com/tpope/vim-cucumber.git
[submodule "vim/bundle/vim-markdown"]
path = vim/bundle/vim-markdown
url = git://github.com/tpope/vim-markdown.git
[submodule "vim/bundle/vim-rails"]
path = vim/bundle/vim-rails
url = git://github.com/tpope/vim-rails.git
[submodule "vim/bundle/vim-colors-solarized"]
path = vim/bundle/vim-colors-solarized
url = git://github.com/skwp/vim-colors-solarized.git
[submodule "vim/bundle/vim-endwise"]
path = vim/bundle/vim-endwise
url = git://github.com/tpope/vim-endwise.git
[submodule "vim/bundle/matchit"]
path = vim/bundle/matchit
url = git://github.com/vim-scripts/matchit.zip.git
[submodule "vim/bundle/vim-haml"]
path = vim/bundle/vim-haml
url = git://github.com/tpope/vim-haml.git
[submodule "vim/bundle/vim-coffeee-script"]
path = vim/bundle/vim-coffeee-script
url = git://github.com/kchmck/vim-coffee-script.git
[submodule "vim/bundle/vim-fugitive"]
path = vim/bundle/vim-fugitive
url = git://github.com/tpope/vim-fugitive.git
[submodule "vim/bundle/vim-surround"]
path = vim/bundle/vim-surround
url = git://github.com/tpope/vim-surround.git
[submodule "vim/bundle/tcomment_vim"]
path = vim/bundle/tcomment_vim
url = git://github.com/tomtom/tcomment_vim.git
[submodule "vim/bundle/vim-pasta"]
path = vim/bundle/vim-pasta
url = git://github.com/sickill/vim-pasta.git
[submodule "vim/bundle/vim-turbux"]
path = vim/bundle/vim-turbux
url = git://github.com/jgdavey/vim-turbux.git
[submodule "vim/bundle/tslime"]
path = vim/bundle/tslime
url = git://github.com/jgdavey/tslime.vim.git
[submodule "vim/bundle/snipmate"]
path = vim/bundle/snipmate
url = git://github.com/msanders/snipmate.vim.git
[submodule "zsh/plugins/zsh-history-substring-search"]
path = zsh/plugins/zsh-history-substring-search
url = git://github.com/zsh-users/zsh-history-substring-search.git
[submodule "zsh/plugins/zsh-syntax-highlighting"]
path = zsh/plugins/zsh-syntax-highlighting
url = git://github.com/zsh-users/zsh-syntax-highlighting.git
[submodule "vim/bundle/ag.vim"]
path = vim/bundle/ag.vim
url = git://github.com/epmatsw/ag.vim.git
[submodule "vim/bundle/ctrlp.vim"]
path = vim/bundle/ctrlp.vim
url = git://github.com/kien/ctrlp.vim.git
[submodule "vim/bundle/vim-bundler"]
path = vim/bundle/vim-bundler
url = git://github.com/tpope/vim-bundler.git
[submodule "vim/bundle/vim-tmux-navigator"]
path = vim/bundle/vim-tmux-navigator
url = https://github.com/christoomey/vim-tmux-navigator.git
[submodule "vim/bundle/vim-flavored-markdown"]
path = vim/bundle/vim-flavored-markdown
url = git://github.com/jtratner/vim-flavored-markdown.git
[submodule "vim/bundle/vim-repeat"]
path = vim/bundle/vim-repeat
url = git://github.com/tpope/vim-repeat.git