Add realgud
This commit is contained in:
parent
5e067c5fbd
commit
6f2c4e2f84
@ -71,12 +71,16 @@
|
|||||||
(ansi-color-apply-on-region (point) (point-max)))
|
(ansi-color-apply-on-region (point) (point-max)))
|
||||||
(add-hook 'compilation-filter-hook 'postprocess-compilation-buffer))
|
(add-hook 'compilation-filter-hook 'postprocess-compilation-buffer))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
;; Code formatting library
|
;; Code formatting library
|
||||||
(use-package apheleia
|
(use-package apheleia
|
||||||
:straight (apheleia :host github :repo "raxod502/apheleia")
|
:straight (apheleia :host github :repo "raxod502/apheleia")
|
||||||
:general
|
:general
|
||||||
("C-c f" #'apheleia-format-buffer))
|
("C-c f" #'apheleia-format-buffer))
|
||||||
|
|
||||||
|
;; Debugger interface
|
||||||
|
(use-package realgud
|
||||||
|
:defer t
|
||||||
|
:config
|
||||||
|
(evil-collection-realgud-setup))
|
||||||
|
|
||||||
(provide 'init-ide)
|
(provide 'init-ide)
|
||||||
|
Loading…
Reference in New Issue
Block a user