-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
75 lines (75 loc) · 3.21 KB
/
.gitmodules
File metadata and controls
75 lines (75 loc) · 3.21 KB
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
[submodule ".vim/bundle/Vundle.vim"]
path = .vim/bundle/Vundle.vim
url = https://github.com/VundleVim/Vundle.vim.git
[submodule ".vim/bundle/command-t"]
path = .vim/bundle/command-t
url = https://github.com/wincent/command-t.git
[submodule ".vim/bundle/nerdtree"]
path = .vim/bundle/nerdtree
url = https://github.com/preservim/nerdtree.git
[submodule ".vim/bundle/coc.nvim"]
path = .vim/bundle/coc.nvim
url = https://github.com/neoclide/coc.nvim.git
[submodule ".vim/bundle/vim-polyglot"]
path = .vim/bundle/vim-polyglot
url = https://github.com/sheerun/vim-polyglot.git
[submodule ".vim/bundle/kotlin-vim"]
path = .vim/bundle/kotlin-vim
url = https://github.com/samtheprogram/kotlin-vim.git
[submodule "git/fwcd/kotlin-language-server"]
path = git/fwcd/kotlin-language-server
url = https://github.com/fwcd/kotlin-language-server.git
[submodule ".rbenv"]
path = .rbenv
url = https://github.com/rbenv/rbenv.git
[submodule ".local/share/rbenv/plugins/ruby-build"]
path = .local/share/rbenv/plugins/ruby-build
url = https://github.com/rbenv/ruby-build.git
[submodule "git/vim/vim"]
path = git/vim/vim
url = https://github.com/vim/vim
[submodule ".vim/bundle/yats.vim"]
path = .vim/bundle/yats.vim
url = https://github.com/HerringtonDarkholme/yats.vim
[submodule ".vim/bundle/vim-js"]
path = .vim/bundle/vim-js
url = https://github.com/yuezk/vim-js.git
[submodule ".vim/bundle/vim-jsx-pretty"]
path = .vim/bundle/vim-jsx-pretty
url = https://github.com/maxmellon/vim-jsx-pretty.git
[submodule ".vim/bundle/vim-json"]
path = .vim/bundle/vim-json
url = https://github.com/elzr/vim-json.git
[submodule ".nvm"]
path = .nvm
url = https://github.com/nvm-sh/nvm.git
[submodule ".asdf"]
path = .asdf
url = https://github.com/asdf-vm/asdf.git
[submodule ".config/nvim/pack/plugins/start/coc.nvim"]
path = .config/nvim/pack/plugins/start/coc.nvim
url = https://github.com/neoclide/coc.nvim.git
[submodule ".config/nvim/pack/plugins/start/nerdtree"]
path = .config/nvim/pack/plugins/start/nerdtree
url = https://github.com/preservim/nerdtree.git
[submodule ".config/nvim/pack/plugins/start/telescope.nvim"]
path = .config/nvim/pack/plugins/start/telescope.nvim
url = https://github.com/nvim-telescope/telescope.nvim
[submodule ".config/nvim/pack/plugins/start/plenary.nvim"]
path = .config/nvim/pack/plugins/start/plenary.nvim
url = https://github.com/nvim-lua/plenary.nvim
[submodule ".config/nvim/pack/plugins/start/nvim-web-devicons"]
path = .config/nvim/pack/plugins/start/nvim-web-devicons
url = https://github.com/nvim-tree/nvim-web-devicons
[submodule ".config/nvim/pack/plugins/start/nvim-treesitter"]
path = .config/nvim/pack/plugins/start/nvim-treesitter
url = https://github.com/nvim-treesitter/nvim-treesitter.git
[submodule ".config/nvim/pack/plugins/start/onedark.nvim"]
path = .config/nvim/pack/plugins/start/onedark.nvim
url = https://github.com/navarasu/onedark.nvim.git
[submodule ".config/nvim/pack/plugins/start/telescope-fzy-native.nvim"]
path = .config/nvim/pack/plugins/start/telescope-fzy-native.nvim
url = https://github.com/nvim-telescope/telescope-fzy-native.nvim.git
[submodule ".config/nvim/pack/plugins/start/aider.nvim"]
path = .config/nvim/pack/plugins/start/aider.nvim
url = https://github.com/joshuavial/aider.nvim