-
Notifications
You must be signed in to change notification settings - Fork 6
/
.gitmodules
72 lines (72 loc) · 2.77 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
[submodule "vim/pathogen"]
path = vim/pathogen
url = https://github.com/tpope/vim-pathogen.git
[submodule "vim/plugins/nerdtree"]
path = vim/plugins/nerdtree
url = https://github.com/scrooloose/nerdtree.git
[submodule "vim/plugins/nerdcommenter"]
path = vim/plugins/nerdcommenter
url = https://github.com/scrooloose/nerdcommenter.git
[submodule "vim/plugins/vim-javascript"]
path = vim/plugins/vim-javascript
url = https://github.com/pangloss/vim-javascript.git
[submodule "vim/plugins/ack"]
path = vim/plugins/ack
url = https://github.com/mileszs/ack.vim.git
[submodule "vim/plugins/vim-fugitive"]
path = vim/plugins/vim-fugitive
url = https://github.com/tpope/vim-fugitive.git
[submodule "vim/plugins/vividchalk"]
path = vim/plugins/vividchalk
url = https://github.com/tpope/vim-vividchalk.git
[submodule "vim/plugins/vim-trailing-whitespace"]
path = vim/plugins/vim-trailing-whitespace
url = https://github.com/bronson/vim-trailing-whitespace.git
[submodule "vim/plugins/Gundo"]
path = vim/plugins/Gundo
url = https://github.com/vim-scripts/Gundo.git
[submodule "vim/plugins/SearchComplete"]
path = vim/plugins/SearchComplete
url = https://github.com/vim-scripts/SearchComplete.git
[submodule "vim/plugins/vim-coffee-script"]
path = vim/plugins/vim-coffee-script
url = https://github.com/kchmck/vim-coffee-script.git
[submodule "vim/plugins/snipmate"]
path = vim/plugins/snipmate
url = https://github.com/msanders/snipmate.vim
[submodule "vim/plugins/vim-surround"]
path = vim/plugins/vim-surround
url = https://github.com/tpope/vim-surround.git
[submodule "vim/plugins/vim-taglist-plus"]
path = vim/plugins/vim-taglist-plus
url = https://github.com/int3/vim-taglist-plus.git
[submodule "vim/plugins/Command-T"]
path = vim/plugins/Command-T
url = https://github.com/wincent/Command-T.git
[submodule "vim/plugins/minibufexpl"]
path = vim/plugins/minibufexpl
url = https://github.com/fholgado/minibufexpl.vim.git
[submodule "vim/plugins/vim-powerline"]
path = vim/plugins/vim-powerline
url = https://github.com/Lokaltog/vim-powerline.git
[submodule "vim/plugins/tabular"]
path = vim/plugins/tabular
url = https://github.com/godlygeek/tabular.git
[submodule "x/xcompose"]
path = x/xcompose
url = https://github.com/kragen/xcompose
[submodule "external/dmenu"]
path = external/dmenu
url = http://git.suckless.org/dmenu
[submodule "vim/plugins/syntastic"]
path = vim/plugins/syntastic
url = https://github.com/scrooloose/syntastic.git
[submodule "vim/plugins/tern_for_vim"]
path = vim/plugins/tern_for_vim
url = https://github.com/marijnh/tern_for_vim
[submodule "vim/plugins/delimitMate"]
path = vim/plugins/delimitMate
url = https://github.com/Raimondi/delimitMate.git
[submodule "vim/plugins/YouCompleteMe"]
path = vim/plugins/YouCompleteMe
url = https://github.com/Valloric/YouCompleteMe