1

Doom use alejandra nix formatter

This commit is contained in:
2023-01-18 13:57:59 +01:00
parent f05e8d209e
commit a2be733d92

View File

@ -788,6 +788,9 @@
(after! haskell-mode
(set-popup-rule! "^\\*haskell repl\\*" :ignore t :quit nil))
;; nix
(set-formatter! 'alejandra "alejandra --quiet" :modes '(nix-mode))
;; lsp
(after! lsp-mode
(setq! read-process-output-max (* 1024 1024)