mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
emacs-lsp/dap-mode@496dd3a60f -> emacs-lsp/dap-mode@605448b4fd emacs-lsp/helm-lsp@c2c6974dad -> emacs-lsp/helm-lsp@e740efb2ab emacs-lsp/lsp-mode@9b104105ad -> emacs-lsp/lsp-mode@32628135ef mohkale/consult-eglot@64262e7245 -> mohkale/consult-eglot@c5f87d9244
11 lines
419 B
EmacsLisp
11 lines
419 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; tools/debugger/packages.el
|
|
|
|
(when (package! realgud :pin "365063ea8ce8ec6a852cb388088d84147421c3c2")
|
|
(when (modulep! :lang javascript)
|
|
(package! realgud-trepan-ni :pin "0ec088ea343835e24ae73da09bea96bfb02a3130")))
|
|
|
|
(when (modulep! +lsp)
|
|
(package! dap-mode :pin "605448b4fd90ca25924bf029acf2bdd047045133")
|
|
(package! posframe :pin "ac9f954ac4c546e68daf403f2ab2b5ad4397f26e"))
|