forked from olsonbg/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
59 lines (59 loc) · 2.18 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
[submodule "vim/bundle/pathogen"]
path = dirs/vim/bundle/pathogen
url = https://github.com/tpope/vim-pathogen
ignore = all
[submodule "vim/bundle/nerdcommenter"]
path = dirs/vim/bundle/nerdcommenter
url = https://github.com/scrooloose/nerdcommenter
ignore = all
[submodule "vim/bundle/tabular"]
path = dirs/vim/bundle/tabular
url = https://github.com/godlygeek/tabular
ignore = all
[submodule "vim/bundle/nerdtree"]
path = dirs/vim/bundle/nerdtree
url = https://github.com/scrooloose/nerdtree.git
ignore = all
[submodule "vim/bundle/tagbar"]
path = dirs/vim/bundle/tagbar
url = https://github.com/majutsushi/tagbar
ignore = all
[submodule "vim/bundle/vimoutliner"]
path = dirs/vim/bundle/vimoutliner
url = https://github.com/noelhenson/vimoutliner
branch = tables
ignore = all
[submodule "vim/bundle/vim-colors-solarized"]
path = dirs/vim/bundle/vim-colors-solarized
url = https://github.com/altercation/vim-colors-solarized.git
ignore = all
[submodule "vim/bundle/vim-airline"]
path = dirs/vim/bundle/vim-airline
url = https://github.com/bling/vim-airline.git
[submodule "vim/bundle/fugitive"]
path = dirs/vim/bundle/fugitive
url = https://github.com/tpope/vim-fugitive.git
[submodule "vim/bundle/supertab"]
path = dirs/vim/bundle/supertab
url = https://github.com/ervandew/supertab.git
[submodule "vim/bundle/vim-surround"]
path = dirs/vim/bundle/vim-surround
url = https://github.com/tpope/vim-surround.git
[submodule "vim/bundle/vim-easymotion"]
path = dirs/vim/bundle/vim-easymotion
url = https://github.com/easymotion/vim-easymotion
[submodule "vim/bundle/vim-airline-themes"]
path = dirs/vim/bundle/vim-airline-themes
url = https://github.com/vim-airline/vim-airline-themes.git
[submodule "dirs/vim/bundle/typescript-vim"]
path = dirs/vim/bundle/typescript-vim
url = https://github.com/leafgarland/typescript-vim
[submodule "dirs/vim/bundle/vim-javascript"]
path = dirs/vim/bundle/vim-javascript
url = https://github.com/pangloss/vim-javascript
[submodule "dirs/vim/bundle/syntastic"]
path = dirs/vim/bundle/syntastic
url = https://github.com/vim-syntastic/syntastic
[submodule "dirs/vim/bundle/tsuquyomi"]
path = dirs/vim/bundle/tsuquyomi
url = https://github.com/Quramy/tsuquyomi