mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-23 03:20:26 +10:00
11 lines
421 B
EmacsLisp
11 lines
421 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; tools/debugger/packages.el
|
|
|
|
(when (package! realgud :pin "ff660011c82c6af504915833e2d981a547b7ad58")
|
|
(when (featurep! :lang javascript)
|
|
(package! realgud-trepan-ni :pin "6e38cf838c7b47b5f1353d00901b939ffa36d707")))
|
|
|
|
(when (featurep! +lsp)
|
|
(package! dap-mode :pin "400ec52d32adc7dc0d736dc42ed1bacb8fd7ae14")
|
|
(package! posframe :pin "a99da9f40fa864910fd0234bb9e1b6fa52e699c3"))
|