-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitmodules
63 lines (63 loc) · 2.29 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
[submodule ".vim/bundle/pathogen"]
path = .vim/bundle/pathogen
url = https://github.com/tpope/vim-pathogen.git
[submodule ".vim/bundle/sensible"]
path = .vim/bundle/sensible
url = git://github.com/tpope/vim-sensible.git
[submodule ".vim/bundle/twig"]
path = .vim/bundle/twig
url = https://github.com/evidens/vim-twig.git
[submodule ".vim/bundle/ctrlp"]
path = .vim/bundle/ctrlp
url = https://github.com/kien/ctrlp.vim.git
[submodule ".vim/bundle/surround"]
path = .vim/bundle/surround
url = git://github.com/tpope/vim-surround.git
[submodule ".vim/bundle/snipmate"]
path = .vim/bundle/snipmate
url = git://github.com/msanders/snipmate.vim.git
ignore = dirty
[submodule ".vim/bundle/ack"]
path = .vim/bundle/ack
url = https://github.com/mileszs/ack.vim.git
[submodule ".vim/bundle/colorschemes"]
path = .vim/bundle/colorschemes
url = https://github.com/flazz/vim-colorschemes.git
ignore = dirty
[submodule ".vim/bundle/nerdtree"]
path = .vim/bundle/nerdtree
url = https://github.com/scrooloose/nerdtree.git
[submodule ".vim/bundle/airline"]
path = .vim/bundle/airline
url = https://github.com/bling/vim-airline
[submodule ".vim/bundle/fugitive"]
path = .vim/bundle/fugitive
url = git://github.com/tpope/vim-fugitive.git
[submodule ".vim/bundle/nerdcommenter"]
path = .vim/bundle/nerdcommenter
url = https://github.com/scrooloose/nerdcommenter.git
[submodule ".vim/bundle/tabular"]
path = .vim/bundle/tabular
url = git://github.com/godlygeek/tabular.git
[submodule ".vim/bundle/gitgutter"]
path = .vim/bundle/gitgutter
url = git://github.com/airblade/vim-gitgutter.git
[submodule ".vim/bundle/delimitMate"]
path = .vim/bundle/delimitMate
url = https://github.com/Raimondi/delimitMate.git
[submodule ".vim/bundle/ragtag"]
path = .vim/bundle/ragtag
url = https://github.com/tpope/vim-ragtag.git
[submodule ".vim/bundle/rooter"]
path = .vim/bundle/rooter
url = https://github.com/airblade/vim-rooter.git
ignore = dirty
[submodule ".vim/bundle/typescript"]
path = .vim/bundle/typescript
url = https://github.com/leafgarland/typescript-vim.git
[submodule ".vim/bundle/scala"]
path = .vim/bundle/scala
url = https://github.com/derekwyatt/vim-scala.git
[submodule ".vim/bundle/vim-airline-themes"]
path = .vim/bundle/vim-airline-themes
url = https://github.com/vim-airline/vim-airline-themes