-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
116 lines (116 loc) · 4.12 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
[submodule "vim/vim/bundle/editorconfig-vim"]
path = vim/vim/bundle/editorconfig-vim
url = /~https://github.com/editorconfig/editorconfig-vim.git
branch = master
[submodule "vim/vim/bundle/gundo.vim"]
path = vim/vim/bundle/gundo.vim
url = /~https://github.com/sjl/gundo.vim
branch = master
[submodule "vim/vim/bundle/syntastic"]
path = vim/vim/bundle/syntastic
url = /~https://github.com/scrooloose/syntastic.git
branch = master
[submodule "vim/vim/bundle/vim-buffergator"]
path = vim/vim/bundle/vim-buffergator
url = /~https://github.com/jeetsukumaran/vim-buffergator.git
branch = master
[submodule "vim/vim/bundle/vim-dispatch"]
path = vim/vim/bundle/vim-dispatch
url = /~https://github.com/tpope/vim-dispatch.git
branch = master
[submodule "vim/vim/bundle/vim-fugitive"]
path = vim/vim/bundle/vim-fugitive
url = /~https://github.com/tpope/vim-fugitive.git
branch = master
[submodule "vim/vim/bundle/vim-json"]
path = vim/vim/bundle/vim-json
url = /~https://github.com/elzr/vim-json.git
branch = master
[submodule "vim/vim/bundle/vim-scriptease"]
path = vim/vim/bundle/vim-scriptease
url = /~https://github.com/tpope/vim-scriptease.git
branch = master
[submodule "vim/vim/bundle/tmuxline.vim"]
path = vim/vim/bundle/tmuxline.vim
url = /~https://github.com/edkolev/tmuxline.vim
branch = master
[submodule "vim/vim/bundle/vim-airline"]
path = vim/vim/bundle/vim-airline
url = /~https://github.com/bling/vim-airline
branch = master
[submodule "vim/vim/bundle/vim-signify"]
path = vim/vim/bundle/vim-signify
url = /~https://github.com/mhinz/vim-signify
branch = master
[submodule "util/powerline-fonts"]
path = util/powerline-fonts
url = /~https://github.com/Lokaltog/powerline-fonts.git
branch = master
[submodule "vim/vim/bundle/ctrlp.vim"]
path = vim/vim/bundle/ctrlp.vim
url = /~https://github.com/kien/ctrlp.vim.git
branch = master
[submodule "vim/vim/bundle/vim-node"]
path = vim/vim/bundle/vim-node
url = /~https://github.com/idearat/vim-node.git
branch = master
[submodule "vim/vim/bundle/nerdtree"]
path = vim/vim/bundle/nerdtree
url = /~https://github.com/scrooloose/nerdtree.git
branch = master
[submodule "vim/vim/bundle/promptline.vim"]
path = vim/vim/bundle/promptline.vim
url = /~https://github.com/idearat/promptline.vim.git
branch = master
[submodule "vim/vim/bundle/vim-togglelist"]
path = vim/vim/bundle/vim-togglelist
url = /~https://github.com/idearat/vim-togglelist.git
branch = master
[submodule "util/powerline"]
path = util/powerline
url = /~https://github.com/Lokaltog/powerline.git
branch = master
[submodule "vim/vim/bundle/requirejs.vim"]
path = vim/vim/bundle/requirejs.vim
url = /~https://github.com/idearat/requirejs.vim.git
branch = master
[submodule "vim/vim/bundle/vim-extradite"]
path = vim/vim/bundle/vim-extradite
url = /~https://github.com/int3/vim-extradite.git
branch = master
[submodule "vim/vim/bundle/kotlin-vim"]
path = "vim/vim/bundle/kotlin-vim"
url = /~https://github.com/udalov/kotlin-vim
branch = master
[submodule "vim/vim/bundle/typescript-vim"]
path = "vim/vim/bundle/typescript-vim"
url = /~https://github.com/leafgarland/typescript-vim
branch = master
[submodule "vim/vim/bundle/vim-colors-solarized"]
path = "vim/vim/bundle/vim-colors-solarized"
url = /~https://github.com/altercation/vim-colors-solarized
branch = master
[submodule "editorconfig-vim"]
path = editorconfig-vim
url = /~https://github.com/editorconfig/editorconfig-vim.git
branch = master
[submodule "oh-my-zsh"]
path = "oh-my-zsh"
url = /~https://github.com/ohmyzsh/ohmyzsh.git
branch = master
[submodule "you-should-use"]
path = "oh-my-zsh/custom/plugins/you-should-use"
url = /~https://github.com/MichaelAquilina/zsh-you-should-use.git
branch = master
[submodule "zsh-autosuggestions"]
path = "oh-my-zsh/custom/plugins/zsh-autosuggestions"
url = /~https://github.com/zsh-users/zsh-autosuggestions
branch = master
[submodule "zsh-syntax-highlighting"]
path = "oh-my-zsh/custom/plugins/zsh-syntax-highlighting"
url = /~https://github.com/zsh-users/zsh-syntax-highlighting
branch = master
[submodule "vim/vim/bundle/vim-svelte"]
path = vim/vim/bundle/vim-svelte
url = /~https://github.com/evanleck/vim-svelte.git
branch = main