-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitmodules
87 lines (87 loc) · 3.01 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
76
77
78
79
80
81
82
83
84
85
86
87
[submodule "bundle/coffee-script"]
path = bundle/coffee-script
url = https://github.com/kchmck/vim-coffee-script.git
[submodule "bundle/snipmate"]
path = bundle/snipmate
url = https://github.com/msanders/snipmate.vim.git
[submodule "bundle/nerdtree"]
path = bundle/nerdtree
url = https://github.com/scrooloose/nerdtree.git
[submodule "bundle/markdown"]
path = bundle/markdown
url = https://github.com/tpope/vim-markdown.git
[submodule "bundle/haml"]
path = bundle/haml
url = https://github.com/tpope/vim-haml.git
[submodule "vim-colors-solarized"]
path = bundle/vim-colors-solarized
url = https://github.com/altercation/vim-colors-solarized.git
[submodule "bundle/vim-ruby"]
path = bundle/vim-ruby
url = git://github.com/vim-ruby/vim-ruby.git
[submodule "bundle/surround"]
path = bundle/surround
url = git://github.com/tpope/vim-surround.git
[submodule "bundle/nerdcommenter"]
path = bundle/nerdcommenter
url = https://github.com/scrooloose/nerdcommenter.git
[submodule "bundle/vim-fugitive"]
path = bundle/vim-fugitive
url = git://github.com/tpope/vim-fugitive.git
[submodule "bundle/css-comb"]
path = bundle/css-comb
url = https://github.com/miripiruni/CSScomb-for-Vim.git
[submodule "bundle/vim-slim"]
path = bundle/vim-slim
url = git://github.com/slim-template/vim-slim.git
[submodule "bundle/mustache"]
path = bundle/mustache
url = git://github.com/juvenn/mustache.vim.git
[submodule "bundle/rust"]
path = bundle/rust
url = git://github.com/wting/rust.vim.git
[submodule "bundle/rails"]
path = bundle/rails
url = https://github.com/tpope/vim-rails
[submodule "bundle/lightline"]
path = bundle/lightline
url = https://github.com/itchyny/lightline.vim.git
[submodule "bundle/vim-golang"]
path = bundle/vim-golang
url = https://github.com/jnwhiteh/vim-golang.git
[submodule "bundle/editorconfig"]
path = bundle/editorconfig
url = https://github.com/editorconfig/editorconfig-vim.git
[submodule "bundle/vim-go"]
path = bundle/vim-go
url = https://github.com/fatih/vim-go
[submodule "bundle/vim-elixir"]
path = bundle/vim-elixir
url = [email protected]:elixir-lang/vim-elixir.git
[submodule "bundle/elm"]
path = bundle/elm
url = [email protected]:vim-scripts/elm.vim.git
[submodule "bundle/puppet"]
path = bundle/puppet
url = git://github.com/rodjek/vim-puppet.git
[submodule "bundle/vim-hdevtools"]
path = bundle/vim-hdevtools
url = https://github.com/bitc/vim-hdevtools.git
[submodule "bundle/easymotion"]
path = bundle/easymotion
url = https://github.com/easymotion/vim-easymotion.git
[submodule "bundle/vim-jsx"]
path = bundle/vim-jsx
url = https://github.com/mxw/vim-jsx.git
[submodule "bundle/vim-javascript"]
path = bundle/vim-javascript
url = https://github.com/pangloss/vim-javascript.git
[submodule "/Users/mcls/.vim/bundle/typescript-vim"]
path = /Users/mcls/.vim/bundle/typescript-vim
url = https://github.com/leafgarland/typescript-vim.git
[submodule "bundle/vim-rspec"]
path = bundle/vim-rspec
url = [email protected]:thoughtbot/vim-rspec.git
[submodule "bundle/ale"]
path = bundle/ale
url = https://github.com/w0rp/ale.git