-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
75 lines (75 loc) · 2.49 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
[submodule "bundle/colors-solarized"]
path = bundle/colors-solarized
url = https://github.com/altercation/vim-colors-solarized.git
[submodule "bundle/fugitive"]
path = bundle/fugitive
url = https://github.com/tpope/vim-fugitive.git
[submodule "bundle/nerdtree"]
path = bundle/nerdtree
url = https://github.com/scrooloose/nerdtree.git
[submodule "bundle/ctrlp"]
path = bundle/ctrlp
url = https://github.com/kien/ctrlp.vim.git
[submodule "bundle/surround"]
path = bundle/surround
url = https://github.com/tpope/vim-surround.git
[submodule "bundle/repeat"]
path = bundle/repeat
url = https://github.com/tpope/vim-repeat.git
[submodule "bundle/ragtag"]
path = bundle/ragtag
url = https://github.com/tpope/vim-ragtag.git
[submodule "bundle/less"]
path = bundle/less
url = https://github.com/groenewege/vim-less.git
[submodule "bundle/zencoding"]
path = bundle/zencoding
url = https://github.com/mattn/zencoding-vim.git
[submodule "bundle/taglist"]
path = bundle/taglist
url = https://github.com/vim-scripts/taglist.vim.git
[submodule "bundle/golang"]
path = bundle/golang
url = https://github.com/jnwhiteh/vim-golang.git
[submodule "bundle/scala"]
path = bundle/scala
url = https://github.com/derekwyatt/vim-scala.git
[submodule "bundle/protobuf"]
path = bundle/protobuf
url = https://github.com/uarun/vim-protobuf.git
[submodule "bundle/emmet"]
path = bundle/emmet
url = https://github.com/mattn/emmet-vim.git
[submodule "bundle/markdown"]
path = bundle/markdown
url = https://github.com/plasticboy/vim-markdown.git
[submodule "bundle/javascript"]
path = bundle/javascript
url = https://github.com/pangloss/vim-javascript.git
[submodule "bundle/snipmate"]
path = bundle/snipmate
url = https://github.com/msanders/snipmate.vim.git
[submodule "less"]
path = less
url = https://github.com/groenewege/vim-less.git
[submodule "bundle/vim-jsx"]
path = bundle/vim-jsx
url = https://github.com/mxw/vim-jsx.git
[submodule "bundle/tex"]
path = bundle/tex
url = https://github.com/lervag/vimtex.git
[submodule "bundle/latex"]
path = bundle/latex
url = https://github.com/vim-latex/vim-latex.git
[submodule "bundle/kotlin"]
path = bundle/kotlin
url = https://github.com/udalov/kotlin-vim.git
[submodule "bundle/Dockerfile"]
path = bundle/Dockerfile
url = https://github.com/ekalinin/Dockerfile.vim.git
[submodule "bundle/typescript"]
path = bundle/typescript
url = https://github.com/leafgarland/typescript-vim.git
[submodule "bundle/dart"]
path = bundle/dart
url = https://github.com/dart-lang/dart-vim-plugin