-
Notifications
You must be signed in to change notification settings - Fork 3
/
idee-pkg.el
38 lines (38 loc) · 918 Bytes
/
idee-pkg.el
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
(define-package "idee" "0.0.1" "A unified way to perform IDE/like tasks across mutiple languages and frameworks."
'((dap-mode "0.3")
(lsp-ui "6.0")
(lsp-mode "6.2")
(company "0.9.10")
(magit "2.90.1")
(hydra "0.15.0")
(yasnippet "0.13.0")
(treemacs "2.6")
(helm-ag "0.58")
(swiper "0.13.0")
(helm-projectile "0.14.0")
(projectile "2.0.0")
(emacs "25.1")
(dash "2.18.0")
(bui "1.1.0")
(f "0.20.0")
(s "1.12.0")
(lsp-treemacs "0.1")
(posframe "0.7.0")
(ht "2.3")
(markdown-mode "2.3")
(spinner "1.7.3")
(lv "0")
(git-commit "20211004")
(magit-section "20211004")
(transient "20210920")
(with-editor "20211001")
(cl-lib "0.5")
(ace-window "0.9.0")
(pfuture "1.7")
(cfrs "1.3.2")
(helm "2.0")
(ivy "0.13.4")
(avy "0.5.0")
(async "1.9.4")
(popup "0.5.3")
(helm-core "3.8.0")))