-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
108 lines (108 loc) · 3.79 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
[submodule "plugins/rainbow-mode"]
path = plugins/rainbow-mode
url = https://github.com/emacsmirror/rainbow-mode.git
[submodule "plugins/magit"]
path = plugins/magit
url = https://github.com/magit/magit.git
[submodule "plugins/use-package"]
path = plugins/use-package
url = https://github.com/jwiegley/use-package.git
[submodule "plugins/smart-mode-line"]
path = plugins/smart-mode-line
url = https://github.com/Malabarba/smart-mode-line.git
[submodule "plugins/rich-minority"]
path = plugins/rich-minority
url = https://github.com/Malabarba/rich-minority.git
[submodule "plugins/flycheck"]
path = plugins/flycheck
url = https://github.com/flycheck/flycheck.git
[submodule "plugins/ac-cider"]
path = plugins/ac-cider
url = https://github.com/clojure-emacs/ac-cider.git
[submodule "plugins/auto-complete"]
path = plugins/auto-complete
url = https://github.com/auto-complete/auto-complete.git
[submodule "plugins/dash"]
path = plugins/dash
url = https://github.com/magnars/dash.el.git
[submodule "plugins/popup"]
path = plugins/popup
url = https://github.com/auto-complete/popup-el.git
[submodule "plugins/with-editor"]
path = plugins/with-editor
url = https://github.com/magit/with-editor.git
[submodule "plugins/cider"]
path = plugins/cider
url = https://github.com/clojure-emacs/cider.git
[submodule "plugins/git-modes"]
path = plugins/git-modes
url = https://github.com/magit/git-modes.git
[submodule "plugins/ggtags"]
path = plugins/ggtags
url = https://github.com/leoliu/ggtags.git
[submodule "plugins/ac-nrepl"]
path = plugins/ac-nrepl
url = https://github.com/clojure-emacs/ac-nrepl.git
[submodule "plugins/clojure-mode"]
path = plugins/clojure-mode
url = https://github.com/technomancy/clojure-mode.git
[submodule "plugins/rainbow-delimiters"]
path = plugins/rainbow-delimiters
url = https://github.com/Fanael/rainbow-delimiters.git
[submodule "plugins/smartparens"]
path = plugins/smartparens
url = https://github.com/Fuco1/smartparens.git
[submodule "plugins/company-mode"]
path = plugins/company-mode
url = https://github.com/company-mode/company-mode
[submodule "plugins/go-mode"]
path = plugins/go-mode
url = https://github.com/dominikh/go-mode.el
[submodule "plugins/lsp-mode"]
path = plugins/lsp-mode
url = https://github.com/emacs-lsp/lsp-mode
[submodule "plugins/lsp-ui"]
path = plugins/lsp-ui
url = https://github.com/emacs-lsp/lsp-ui
[submodule "plugins/sesman"]
path = plugins/sesman
url = https://github.com/vspinu/sesman
[submodule "plugins/lua-mode"]
path = plugins/lua-mode
url = https://github.com/immerrr/lua-mode
[submodule "plugins/transient"]
path = plugins/transient
url = https://github.com/magit/transient
[submodule "plugins/lsp-java"]
path = plugins/lsp-java
url = https://github.com/emacs-lsp/lsp-java
[submodule "plugins/emacs-request"]
path = plugins/emacs-request
url = https://github.com/tkf/emacs-request
[submodule "plugins/typescript-mode"]
path = plugins/typescript-mode
url = https://github.com/emacs-typescript/typescript.el
[submodule "plugins/emacs-ccls"]
path = plugins/emacs-ccls
url = https://github.com/MaskRay/emacs-ccls
[submodule "plugins/benchmark-init-el"]
path = plugins/benchmark-init-el
url = https://github.com/dholm/benchmark-init-el
[submodule "plugins/hydra"]
path = plugins/hydra
url = https://github.com/abo-abo/hydra
[submodule "plugins/parseclj"]
path = plugins/parseclj
url = https://github.com/clojure-emacs/parseclj/
[submodule "plugins/lsp-treemacs"]
path = plugins/lsp-treemacs
url = https://github.com/emacs-lsp/lsp-treemacs
[submodule "plugins/treemacs"]
path = plugins/treemacs
url = https://github.com/Alexander-Miller/treemacs
[submodule "plugins/csharp-mode"]
path = plugins/csharp-mode
url = https://github.com/emacs-csharp/csharp-mode
[submodule "plugins/compat"]
path = plugins/compat
url = https://github.com/phikal/compat.el