-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitmodules
More file actions
54 lines (54 loc) · 2.37 KB
/
.gitmodules
File metadata and controls
54 lines (54 loc) · 2.37 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
[submodule "scripts/.dircolors"]
path = scripts/.dircolors
url = https://github.com/seebi/dircolors-solarized.git
[submodule ".vim/bundle/nerdcommenter"]
path = .vim/pack/plugins/start/nerdcommenter
url = https://github.com/scrooloose/nerdcommenter.git
[submodule ".vim/bundle/MatchTag"]
path = .vim/bundle/MatchTag
url = https://github.com/gregsexton/MatchTag.git
[submodule ".config/Gdbinit"]
path = .config/Gdbinit
url = https://github.com/gdbinit/Gdbinit
[submodule ".config/intellij-colors-solarized"]
path = .config/intellij-colors-solarized
url = https://github.com/jkaving/intellij-colors-solarized.git
[submodule ".vim/bundle/vim-fugitive"]
path = .vim/pack/plugins/start/vim-fugitive
url = https://github.com/tpope/vim-fugitive.git
[submodule ".matlab/solarized-matlab"]
path = .matlab/solarized-matlab
url = https://github.com/benhager/solarized-matlab.git
[submodule ".vim/bundle/vim-clang-format"]
path = .vim/pack/plugins/start/vim-clang-format
url = https://github.com/rhysd/vim-clang-format.git
[submodule "/Users/mgraczyk/.vim/bundle/vim-solidity"]
path = /Users/mgraczyk/.vim/bundle/vim-solidity
url = https://github.com/tomlion/vim-solidity.git
[submodule ".vim/bundle/fzf.vim"]
path = .vim/bundle/fzf.vim
url = https://github.com/junegunn/fzf.vim.git
[submodule ".vim/bundle/rust.vim"]
path = .vim/bundle/rust.vim
url = https://github.com/rust-lang/rust.vim.git
[submodule "/home/ubuntu/.vim/pack/plugins/start/vim-gofmt"]
path = .vim/pack/plugins/start/vim-gofmt
url = https://github.com/darrikonn/vim-gofmt.git
[submodule ".vim/pack/git-plugins/start/ale"]
path = .vim/pack/git-plugins/start/ale
url = https://github.com/dense-analysis/ale.git
[submodule ".vim/pack/plugins/start/typescript-vim"]
path = .vim/pack/plugins/start/typescript-vim
url = https://github.com/leafgarland/typescript-vim.git
[submodule ".vim/pack/github/start/copilot.vim"]
path = .vim/pack/github/start/copilot.vim
url = https://github.com/github/copilot.vim
[submodule ".vim/pack/plugins/start/vim-terraform"]
path = .vim/pack/plugins/start/vim-terraform
url = git@github.com:hashivim/vim-terraform.git
[submodule ".vim/pack/plugins/start/vim-prettier"]
path = .vim/pack/plugins/start/vim-prettier
url = https://github.com/prettier/vim-prettier
[submodule ".vim/pack/plugins/start/vim-solarized"]
path = .vim/pack/plugins/start/vim-solarized
url = git@github.com:ericbn/vim-solarized.git