-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
78 lines (78 loc) · 3.16 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
[submodule ".vim/bundle/vim-colors-solarized"]
path = home/.vim/bundle/vim-colors-solarized
url = https://github.com/altercation/vim-colors-solarized.git
[submodule ".vim/bundle/FuzzyFinder"]
path = home/.vim/bundle/FuzzyFinder
url = https://github.com/vim-scripts/FuzzyFinder.git
[submodule ".vim/bundle/L9"]
path = home/.vim/bundle/L9
url = https://github.com/vim-scripts/L9.git
[submodule ".vim/bundle/vim-erlang-compiler"]
path = home/.vim/bundle/vim-erlang-compiler
url = https://github.com/vim-erlang/vim-erlang-compiler.git
[submodule ".vim/bundle/vim-erlang-tags"]
path = home/.vim/bundle/vim-erlang-tags
url = https://github.com/vim-erlang/vim-erlang-tags.git
[submodule ".vim/bundle/vim-sensible"]
path = home/.vim/bundle/vim-sensible
url = https://github.com/tpope/vim-sensible.git
[submodule ".vim/bundle/vim-erlang-omnicomplete"]
path = home/.vim/bundle/vim-erlang-omnicomplete
url = https://github.com/vim-erlang/vim-erlang-omnicomplete.git
[submodule ".vim/bundle/vim-erlang-runtime"]
path = home/.vim/bundle/vim-erlang-runtime
url = https://github.com/vim-erlang/vim-erlang-runtime.git
[submodule ".vim/bundle/lightline.vim"]
path = home/.vim/bundle/lightline.vim
url = https://github.com/itchyny/lightline.vim
[submodule ".vim/bundle/nerdtree"]
path = home/.vim/bundle/nerdtree
url = https://github.com/scrooloose/nerdtree.git
[submodule ".vim/bundle/vim-gitgutter"]
path = home/.vim/bundle/vim-gitgutter
url = https://github.com/airblade/vim-gitgutter.git
[submodule ".vim/bundle/vim-flake8"]
path = home/.vim/bundle/vim-flake8
url = https://github.com/nvie/vim-flake8.git
[submodule ".vim/bundle/vim-eunuch"]
path = home/.vim/bundle/vim-eunuch
url = https://github.com/tpope/vim-eunuch.git
[submodule ".pyenv"]
path = home/.pyenv
url = https://github.com/pyenv/pyenv.git
[submodule ".vim/bundle/vim-pathogen"]
path = home/.vim/bundle/vim-pathogen
url = https://github.com/tpope/vim-pathogen.git
[submodule "devel/erlang/kerl"]
path = home/devel/erlang/kerl
url = https://github.com/kerl/kerl.git
[submodule "devel/erlang/rebar3"]
path = home/devel/erlang/rebar3
url = https://github.com/erlang/rebar3.git
[submodule ".tfenv"]
path = home/.tfenv
url = https://github.com/tfutils/tfenv.git
[submodule "home/.vim/bundle/vim-elixir"]
path = home/.vim/bundle/vim-elixir
url = https://github.com/elixir-editors/vim-elixir
[submodule "home/.vim/bundle/vim-javascript"]
path = home/.vim/bundle/vim-javascript
url = https://github.com/pangloss/vim-javascript.git
[submodule "home/.asdf"]
path = home/.asdf
url = https://github.com/asdf-vm/asdf.git
[submodule "home/.vim/bundle/coc-tsserver"]
path = home/.vim/bundle/coc-tsserver
url = https://github.com/neoclide/coc-tsserver.git
[submodule "home/.vim/bundle/coc.nvim"]
path = home/.vim/bundle/coc.nvim
url = https://github.com/neoclide/coc.nvim.git
[submodule "home/.vim/bundle/coc-eslint"]
path = home/.vim/bundle/coc-eslint
url = https://github.com/neoclide/coc-eslint.git
[submodule "home/.vim/bundle/coc-prettier"]
path = home/.vim/bundle/coc-prettier
url = https://github.com/neoclide/coc-prettier.git
[submodule "home/.vim/bundle/coc-json"]
path = home/.vim/bundle/coc-json
url = [email protected]:neoclide/coc-json.git