Add apheleia code formatter
This commit is contained in:
parent
88ac84b327
commit
1061c2ec49
@ -55,4 +55,11 @@
|
|||||||
:commands compile
|
:commands compile
|
||||||
:config
|
:config
|
||||||
(evil-collection-compile-setup))
|
(evil-collection-compile-setup))
|
||||||
|
|
||||||
|
;; Code formatting library
|
||||||
|
(use-package apheleia
|
||||||
|
:straight (apheleia :host github :repo "raxod502/apheleia")
|
||||||
|
:general
|
||||||
|
("C-c f" #'apheleia-format-buffer))
|
||||||
|
|
||||||
(provide 'init-ide)
|
(provide 'init-ide)
|
||||||
|
Loading…
Reference in New Issue
Block a user