-
Notifications
You must be signed in to change notification settings - Fork 2
/
.gitmodules
102 lines (102 loc) · 4.02 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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
[submodule "bundle/fugitive"]
path = pack/utility/start/fugitive
url = https://github.com/tpope/vim-fugitive.git
[submodule "bundle/nerdtree"]
path = pack/utility/start/nerdtree
url = https://github.com/scrooloose/nerdtree.git
[submodule "bundle/vim-ruby"]
path = pack/language/start/vim-ruby
url = https://github.com/vim-ruby/vim-ruby.git
[submodule "bundle/vim-rails"]
path = pack/language/start/vim-rails
url = https://github.com/tpope/vim-rails.git
[submodule "bundle/vim-css-color"]
path = pack/language/start/vim-css-color
url = https://github.com/ap/vim-css-color.git
[submodule "bundle/vim-surround"]
path = pack/utility/start/vim-surround
url = https://github.com/tpope/vim-surround.git
[submodule "bundle/ZoomWin"]
path = pack/utility/start/ZoomWin
url = https://github.com/vim-scripts/ZoomWin.git
[submodule "bundle/vim-cucumber"]
path = pack/language/start/vim-cucumber
url = https://github.com/tpope/vim-cucumber.git
[submodule "bundle/vim-repeat"]
path = pack/utility/start/vim-repeat
url = https://github.com/tpope/vim-repeat.git
[submodule "bundle/vim-commentary"]
path = pack/utility/start/vim-commentary
url = https://github.com/tpope/vim-commentary.git
[submodule "bundle/vim-colors-solarized"]
path = pack/utility/start/vim-colors-solarized
url = https://github.com/altercation/vim-colors-solarized.git
[submodule "bundle/coffee-script"]
path = pack/language/start/coffee-script
url = https://github.com/kchmck/vim-coffee-script.git
[submodule "bundle/vim-ruby-minitest"]
path = pack/language/start/vim-ruby-minitest
url = https://github.com/sunaku/vim-ruby-minitest.git
[submodule "bundle/vim-less"]
path = pack/language/start/vim-less
url = https://github.com/groenewege/vim-less.git
[submodule "bundle/vim-rdoc"]
path = pack/language/start/vim-rdoc
url = https://github.com/depuracao/vim-rdoc.git
[submodule "powerline-fonts"]
path = powerline-fonts
url = git@github.com:Lokaltog/powerline-fonts.git
[submodule "bundle/powerline"]
path = powerline
url = git@github.com:Lokaltog/powerline.git
[submodule "bundle/vim-afterimage"]
path = pack/language/start/vim-afterimage
url = https://github.com/tpope/vim-afterimage.git
[submodule "bundle/tabular"]
path = pack/utility/start/tabular
url = https://github.com/godlygeek/tabular.git
[submodule "bundle/vim-bufonly"]
path = pack/utility/start/vim-bufonly
url = https://github.com/duff/vim-bufonly.git
[submodule "bundle/vim-javascript"]
path = pack/language/start/vim-javascript
url = https://github.com/pangloss/vim-javascript.git
[submodule "bundle/vim-mustache-handlebars"]
path = pack/language/start/vim-mustache-handlebars
url = https://github.com/mustache/vim-mustache-handlebars.git
[submodule "bundle/Dockerfile"]
path = pack/language/start/Dockerfile
url = git@github.com:ekalinin/Dockerfile.vim.git
[submodule "bundle/vim-qml"]
path = pack/language/start/vim-qml
url = git@github.com:peterhoeg/vim-qml.git
[submodule "bundle/vim-go"]
path = pack/language/start/vim-go
url = https://github.com/fatih/vim-go.git
[submodule "bundle/vim-elixir"]
path = pack/language/start/vim-elixir
url = https://github.com/elixir-lang/vim-elixir.git
[submodule "bundle/vim-glsl"]
path = pack/language/start/vim-glsl
url = https://github.com/tikhomirov/vim-glsl.git
[submodule "bundle/elm-vim"]
path = pack/language/start/elm-vim
url = https://github.com/ElmCast/elm-vim.git
[submodule "bundle/vim-jsx"]
path = pack/language/start/vim-jsx
url = https://github.com/mxw/vim-jsx.git
[submodule "bundle/vim-graphql"]
path = pack/language/start/vim-graphql
url = https://github.com/jparise/vim-graphql.git
[submodule "bundle/typescript-vim"]
path = pack/language/start/typescript-vim
url = https://github.com/leafgarland/typescript-vim.git
[submodule "bundle/vim-terraform"]
path = pack/language/start/vim-terraform
url = https://github.com/hashivim/vim-terraform.git
[submodule "bundle/fzf.vim"]
path = pack/utility/start/fzf.vim
url = https://github.com/junegunn/fzf.vim
[submodule "pack/language/start/vim-nix"]
path = pack/language/start/vim-nix
url = https://github.com/LnL7/vim-nix.git