-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path.gitmodules
69 lines (69 loc) · 2.79 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
[submodule ".vim/bundle/vim-less"]
path = .vim/bundle/vim-less
url = git@github.com:groenewege/vim-less.git
[submodule ".vim/bundle/vim-stylus"]
path = .vim/bundle/vim-stylus
url = git://github.com/wavded/vim-stylus.git
[submodule ".vim/bundle/vim-clojure-static"]
path = .vim/bundle/vim-clojure-static
url = git://github.com/guns/vim-clojure-static.git
[submodule ".vim/bundle/paredit.vim"]
path = .vim/bundle/paredit.vim
url = git://github.com/vim-scripts/paredit.vim
[submodule ".vim/bundle/rainbow_parentheses.vim"]
path = .vim/bundle/rainbow_parentheses.vim
url = git@github.com:eapache/rainbow_parentheses.vim.git
[submodule ".vim/bundle/vim-git"]
path = .vim/bundle/vim-git
url = git://github.com/tpope/vim-git.git
[submodule ".vim/bundle/command-t"]
path = .vim/bundle/command-t
url = git://github.com/wincent/Command-T.git
[submodule ".vim/bundle/ctrlp.vim"]
path = .vim/bundle/ctrlp.vim
url = git@github.com:ctrlpvim/ctrlp.vim.git
[submodule ".vim/bundle/underscore-templates.vim"]
path = .vim/bundle/underscore-templates.vim
url = git@github.com:laughinghan/underscore-templates.vim.git
[submodule ".vim/bundle/vim-coffee-script"]
path = .vim/bundle/vim-coffee-script
url = git@github.com:kchmck/vim-coffee-script.git
[submodule ".vim/bundle/vim-markdown"]
path = .vim/bundle/vim-markdown
url = git@github.com:plasticboy/vim-markdown.git
[submodule ".vim/bundle/vim-sneak"]
path = .vim/bundle/vim-sneak
url = git@github.com:justinmk/vim-sneak.git
[submodule ".vim/bundle/rust.vim"]
path = .vim/bundle/rust.vim
url = https://github.com/rust-lang/rust.vim.git
[submodule ".vim/bundle/vim-surround"]
path = .vim/bundle/vim-surround
url = git@github.com:tpope/vim-surround.git
[submodule ".vim/bundle/vim-airline"]
path = .vim/bundle/vim-airline
url = git@github.com:vim-airline/vim-airline.git
[submodule ".vim/bundle/vim-css3-syntax"]
path = .vim/bundle/vim-css3-syntax
url = git@github.com:hail2u/vim-css3-syntax.git
[submodule ".vim/bundle/semantic-highlight.vim"]
path = .vim/bundle/semantic-highlight.vim
url = git@github.com:jaxbot/semantic-highlight.vim.git
[submodule ".vim/bundle/vim-yaml"]
path = .vim/bundle/vim-yaml
url = git@github.com:stephpy/vim-yaml.git
[submodule ".vim/bundle/vim-es6"]
path = .vim/bundle/vim-es6
url = git@github.com:isRuslan/vim-es6.git
[submodule ".vim/bundle/typescript-vim"]
path = .vim/bundle/typescript-vim
url = git@github.com:leafgarland/typescript-vim.git
[submodule ".vim/bundle/vim-js-pretty-template"]
path = .vim/bundle/vim-js-pretty-template
url = git@github.com:Quramy/vim-js-pretty-template.git
[submodule ".vim/bundle/vim-gitgutter"]
path = .vim/bundle/vim-gitgutter
url = git@github.com:airblade/vim-gitgutter.git
[submodule ".vim/bundle/vim-airline-themes"]
path = .vim/bundle/vim-airline-themes
url = git@github.com:vim-airline/vim-airline-themes.git