-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitmodules
99 lines (99 loc) · 3.64 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
[submodule "vim/bundle/surround"]
path = vim/bundle/surround
url = https://github.com/tpope/vim-surround.git
[submodule "vim/bundle/repeat"]
path = vim/bundle/repeat
url = https://github.com/tpope/vim-repeat.git
[submodule "vim/bundle/multiple-cursors"]
path = vim/bundle/multiple-cursors
url = https://github.com/terryma/vim-multiple-cursors.git
[submodule "vim/bundle/syntastic"]
path = vim/bundle/syntastic
url = https://github.com/scrooloose/syntastic.git
[submodule "vim/bundle/ultisnips"]
path = vim/bundle/ultisnips
url = https://github.com/SirVer/ultisnips.git
[submodule "vim/bundle/fugitive"]
path = vim/bundle/fugitive
url = https://github.com/tpope/vim-fugitive.git
[submodule "vim/bundle/ctrlp"]
path = vim/bundle/ctrlp
url = https://github.com/kien/ctrlp.vim.git
[submodule "vim/bundle/pathogen"]
path = vim/bundle/pathogen
url = https://github.com/tpope/vim-pathogen.git
[submodule "vim/bundle/nerdtree"]
path = vim/bundle/nerdtree
url = https://github.com/scrooloose/nerdtree.git
[submodule "vim/bundle/rails"]
path = vim/bundle/rails
url = https://github.com/tpope/vim-rails.git
[submodule "vim/bundle/vimux"]
path = vim/bundle/vimux
url = https://github.com/benmills/vimux.git
[submodule "vim/bundle/turbux"]
path = vim/bundle/turbux
url = https://github.com/jgdavey/vim-turbux.git
[submodule "vim/bundle/powerline"]
path = vim/bundle/powerline
url = https://github.com/Lokaltog/powerline.git
[submodule "vim/bundle/solarized"]
path = vim/bundle/solarized
url = git://github.com/altercation/vim-colors-solarized.git
[submodule "oh-my-zsh"]
path = oh-my-zsh
url = https://github.com/robbyrussell/oh-my-zsh.git
[submodule "vim/bundle/nerdcommenter"]
path = vim/bundle/nerdcommenter
url = https://github.com/scrooloose/nerdcommenter.git
[submodule "vim/bundle/ack"]
path = vim/bundle/ack
url = https://github.com/mileszs/ack.vim.git
[submodule "vim/bundle/unimpaired"]
path = vim/bundle/unimpaired
url = https://github.com/tpope/vim-unimpaired.git
[submodule "vim/bundle/coffee-script"]
path = vim/bundle/coffee-script
url = https://github.com/kchmck/vim-coffee-script.git
[submodule "vim/bundle/easymotion"]
path = vim/bundle/easymotion
url = https://github.com/Lokaltog/vim-easymotion.git
[submodule "vim/bundle/livestyle"]
path = vim/bundle/livestyle
url = https://github.com/mattn/livestyle-vim.git
[submodule "vim/bundle/emmet"]
path = vim/bundle/emmet
url = https://github.com/mattn/emmet-vim.git
[submodule "vim/bundle/tmux-navigator"]
path = vim/bundle/tmux-navigator
url = https://github.com/christoomey/vim-tmux-navigator
[submodule "vim/bundle/gitgutter"]
path = vim/bundle/gitgutter
url = git://github.com/airblade/vim-gitgutter.git
[submodule "vim/bundle/endwise"]
path = vim/bundle/endwise
url = https://github.com/tpope/vim-endwise.git
[submodule "vim/bundle/funcoo"]
path = vim/bundle/funcoo
url = https://github.com/rizzatti/funcoo.vim.git
[submodule "vim/bundle/dash"]
path = vim/bundle/dash
url = https://github.com/rizzatti/dash.vim.git
[submodule "vim/bundle/YouCompleteMe"]
path = vim/bundle/YouCompleteMe
url = https://github.com/Valloric/YouCompleteMe.git
[submodule "vim/bundle/dispatch"]
path = vim/bundle/dispatch
url = https://github.com/tpope/vim-dispatch
[submodule "vim/bundle/jade"]
path = vim/bundle/jade
url = git://github.com/digitaltoad/vim-jade.git
[submodule "vim/bundle/projectionist"]
path = vim/bundle/projectionist
url = https://github.com/tpope/vim-projectionist.git
[submodule "vim/bundle/snippets"]
path = vim/bundle/snippets
url = https://github.com/honza/vim-snippets.git
[submodule "vim/bundle/ctrlp-cmatcher"]
path = vim/bundle/ctrlp-cmatcher
url = https://github.com/JazzCore/ctrlp-cmatcher.git