tweak(format): doom-debug-variables: add apheleia-log-debug-info

This commit is contained in:
Henrik Lissner 2024-07-07 20:51:24 -04:00
parent d648bfda40
commit cca40c0277
No known key found for this signature in database
GPG key ID: B60957CA074D39A3

View file

@ -56,6 +56,7 @@ This is controlled by `+format-on-save-disabled-modes'."
:config :config
(add-to-list 'doom-debug-variables '(apheleia-log-only-errors . nil)) (add-to-list 'doom-debug-variables '(apheleia-log-only-errors . nil))
(add-to-list 'doom-debug-variables '(apheleia-log-debug-info . t))
(add-to-list 'apheleia-formatters '(eglot . +format-eglot-buffer)) (add-to-list 'apheleia-formatters '(eglot . +format-eglot-buffer))
(add-to-list 'apheleia-formatters '(lsp . +format-lsp-buffer)) (add-to-list 'apheleia-formatters '(lsp . +format-lsp-buffer))