Add realgud

This commit is contained in:
Jeremy Dormitzer 2021-03-11 13:49:48 -05:00
parent 5e067c5fbd
commit 6f2c4e2f84

View File

@ -71,12 +71,16 @@
(ansi-color-apply-on-region (point) (point-max)))
(add-hook 'compilation-filter-hook 'postprocess-compilation-buffer))
;; Code formatting library
(use-package apheleia
:straight (apheleia :host github :repo "raxod502/apheleia")
:general
("C-c f" #'apheleia-format-buffer))
;; Debugger interface
(use-package realgud
:defer t
:config
(evil-collection-realgud-setup))
(provide 'init-ide)