-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
190 lines (184 loc) · 5.94 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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
# ----- Non-Vim submodules -----
[submodule "fish-kube-prompt"]
path = XDG/fish/fish-kube-prompt
url = https://github.com/aluxian/fish-kube-prompt
[submodule "fish-kubectl-completions"]
path = XDG/fish/fish-kubectl-completions
url = https://github.com/evanlucas/fish-kubectl-completions
branch = main
[submodule "oh-my-zsh"]
path = HOME/oh-my-zsh
url = https://github.com/robbyrussell/oh-my-zsh
branch = master
# ----- Vim bundle onwards -----
[submodule "vim-pathogen"]
path = HOME/vim/pathogen
url = https://github.com/tpope/vim-pathogen.git
# colorschemes
[submodule "vim-colors-base16"]
path = HOME/vim/bundle/base16-vim
url = https://github.com/chriskempson/base16-vim
branch = master
[submodule "vim-colors-solarized"]
path = HOME/vim/bundle/vim-colors-solarized
url = https://github.com/altercation/vim-colors-solarized.git
branch = master
[submodule "vim-colors-darkspectrum"]
path = HOME/vim/bundle/darkspectrum
url = https://github.com/vim-scripts/darkspectrum
branch = master
# "general" plugins which make sense
[submodule "ctrlp.vim"]
path = HOME/vim/bundle/ctrlp.vim
url = https://github.com/ctrlpvim/ctrlp.vim
branch = master
[submodule "fzf.vim"]
path = HOME/vim/bundle/fzf.vim
url = https://github.com/junegunn/fzf.vim
branch = master
[submodule "gina.vim"]
path = HOME/vim/bundle/gina.vim
url = https://github.com/lambdalisue/gina.vim
branch = master
[submodule "nerdtree"]
path = HOME/vim/bundle/nerdtree
url = https://github.com/preservim/nerdtree.git
[submodule "nerdtree-git-plugin"]
path = HOME/vim/bundle/nerdtree-git-plugin
url = https://github.com/Xuyuanp/nerdtree-git-plugin.git
branch = master
[submodule "tcomment"]
path = HOME/vim/bundle/tcomment
url = https://github.com/tomtom/tcomment_vim
branch = master
[submodule "vim-airline"]
path = HOME/vim/bundle/vim-airline
url = https://github.com/bling/vim-airline
branch = master
[submodule "vim-ctrlp-ag"]
path = HOME/vim/bundle/vim-ctrlp-ag
url = https://github.com/lokikl/vim-ctrlp-ag
[submodule "vim-editorconfig"]
path = HOME/vim/bundle/editorconfig-vim
url = https://github.com/editorconfig/editorconfig-vim
branch = master
[submodule "vim-gitgutter"]
path = HOME/vim/bundle/vim-gitgutter
url = https://github.com/airblade/vim-gitgutter
branch = main
[submodule "vim-pencil"]
path = HOME/vim/bundle/vim-pencil
url = https://github.com/reedes/vim-pencil
branch = master
[submodule "vim-sensible"]
path = HOME/vim/bundle/vim-sensible
url = https://github.com/tpope/vim-sensible
branch = master
[submodule "vim-unimpaired"]
path = HOME/vim/bundle/vim-unimpaired
url = https://github.com/tpope/vim-unimpaired
branch = master
[submodule "vim-workspace"]
path = HOME/vim/bundle/vim-workspace
url = https://github.com/thaerkh/vim-workspace
branch = master
[submodule "vimproc.vim"]
path = HOME/vim/bundle/vimproc.vim
url = https://github.com/Shougo/vimproc.vim
branch = master
[submodule "vital.vim"]
path = HOME/vim/bundle/vital.vim
url = https://github.com/vim-jp/vital.vim
branch = master
# ----- Support of specific languages -----
[submodule "Dockerfile.vim"]
path = HOME/vim/bundle/Dockerfile.vim
url = https://github.com/ekalinin/Dockerfile.vim.git
branch = master
[submodule "haskell-vim"]
path = HOME/vim/bundle/haskell-vim
url = https://github.com/raichoo/haskell-vim
branch = master
[submodule "idris-vim"]
path = HOME/vim/bundle/idris-vim
url = https://github.com/idris-hackers/idris-vim.git
branch = master
[submodule "nginx.vim"]
path = HOME/vim/bundle/nginx.vim
url = https://github.com/chr4/nginx.vim
[submodule "rust.vim"]
path = HOME/vim/bundle/rust.vim
url = https://github.com/rust-lang/rust.vim
branch = master
[submodule "thrift.vim"]
path = HOME/vim/bundle/thrift.vim
url = https://github.com/solarnz/thrift.vim
branch = master
[submodule "vim-cargo"]
path = HOME/vim/bundle/vim-cargo
url = https://github.com/timonv/vim-cargo
branch = master
[submodule "vim-cryptol"]
path = HOME/vim/bundle/cryptol.vim
url = https://github.com/victoredwardocallaghan/cryptol.vim
branch = master
[submodule "vim-dhall"]
path = HOME/vim/bundle/vim-dhall
url = https://github.com/vmchale/dhall-vim
[submodule "vim-fish"]
path = HOME/vim/bundle/vim-fish
url = https://github.com/dag/vim-fish
[submodule "vim-hcl"]
path = HOME/vim/bundle/vim-hcl
url = https://github.com/jvirtanen/vim-hcl.git
[submodule "vim-hdevtools"]
path = HOME/vim/bundle/vim-hdevtools
url = https://github.com/bitc/vim-hdevtools
branch = master
[submodule "vim-mercury"]
path = HOME/vim/bundle/vim-mercury
url = https://github.com/khorser/vim-mercury
[submodule "vim-racer"]
path = HOME/vim/bundle/vim-racer
url = https://github.com/racer-rust/vim-racer
branch = master
[submodule "vim-syntax-shakespeare"]
path = HOME/vim/bundle/vim-syntax-shakespeare
url = https://github.com/pbrisbin/vim-syntax-shakespeare
branch = master
[submodule "vim-terraform"]
path = HOME/vim/bundle/vim-terraform
url = https://github.com/hashivim/vim-terraform.git
branch = master
[submodule "vim-toml"]
path = HOME/vim/bundle/vim-toml
url = https://github.com/cespare/vim-toml
branch = master
# ----- Agda -----
[submodule "nvim-agda"]
path = HOME/vim/bundle/cornelis
url = https://github.com/isovector/cornelis
[submodule "nvim-hs.vim"]
path = HOME/vim/bundle/nvim-hs.vim
url = https://github.com/neovimhaskell/nvim-hs.vim
[submodule "vim-textobj-user"]
path = HOME/vim/bundle/vim-textobj-user
url = https://github.com/kana/vim-textobj-user
# ----- Completion engines -----
[submodule "ale"]
path = HOME/vim/bundle/ale
url = https://github.com/dense-analysis/ale
branch = master
[submodule "vim-YouCompleteMe"]
path = HOME/vim/bundle/YouCompleteMe
url = https://github.com/Valloric/YouCompleteMe
branch = master
[submodule "deoplete.nvim"]
path = HOME/vim/bundle/deoplete.nvim
url = https://github.com/Shougo/deoplete.nvim
branch = master
[submodule "LanguageClient-neovim"]
path = HOME/vim/bundle/LanguageClient-neovim
url = https://github.com/autozimu/LanguageClient-neovim
branch = next
# vim: noet sw=8 ts=8