-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.gitmodules
executable file
·36 lines (36 loc) · 1.31 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
[submodule "vim/bundle/fugitive"]
path = vim/bundle/fugitive
url = https://github.com/tpope/vim-fugitive.git
[submodule "vim/bundle/EasyMotion"]
path = vim/bundle/EasyMotion
url = https://github.com/Lokaltog/vim-easymotion.git
[submodule "vim/bundle/NERD_Tree"]
path = vim/bundle/NERD_Tree
url = https://github.com/scrooloose/nerdtree.git
[submodule "vim/bundle/snipMate"]
path = vim/bundle/snipMate
url = https://github.com/msanders/snipmate.vim.git
[submodule "vim/bundle/surround"]
path = vim/bundle/surround
url = https://github.com/tpope/vim-surround.git
[submodule "vim/bundle/tComment"]
path = vim/bundle/tComment
url = https://github.com/tomtom/tcomment_vim.git
[submodule "vim/bundle/zencoding"]
path = vim/bundle/zencoding
url = https://github.com/mattn/zencoding-vim.git
[submodule "vim/bundle/pastie"]
path = vim/bundle/pastie
url = https://github.com/tpope/vim-pastie.git
[submodule "vim/bundle/delimitMate"]
path = vim/bundle/delimitMate
url = https://github.com/Raimondi/delimitMate.git
[submodule "vim/bundle/JSLint"]
path = vim/bundle/JSLint
url = https://github.com/hallettj/jslint.vim.git
[submodule "vim/bundle/rails"]
path = vim/bundle/rails
url = https://github.com/tpope/vim-rails.git
[submodule "vim/bundle/tabularize"]
path = vim/bundle/tabularize
url = https://github.com/godlygeek/tabular.git