Add realgud
This commit is contained in:
parent
5e067c5fbd
commit
6f2c4e2f84
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user