mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-21 03:04:38 +10:00
10 lines
213 B
EmacsLisp
10 lines
213 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; tools/debugger/packages.el
|
|
|
|
(when (package! realgud)
|
|
(when (featurep! :lang javascript)
|
|
(package! realgud-trepan-ni)))
|
|
|
|
(when (featurep! :tools lsp)
|
|
(package! dap-mode))
|