Change python and yaml to use default formatter instead of lsp

This commit is contained in:
exu 2025-03-13 13:11:09 +01:00
parent 3896b46cef
commit c99dedec0a

View File

@ -212,3 +212,9 @@
(set-eglot-client! 'fish-mode '("fish-lsp" "start"))
;; gleam
(set-eglot-client! 'gleam-ts-mode '("gleam" "lsp"))
;; Use default included python formatter
(setq-hook! 'python-mode-hook +format-with nil)
;; Use default included yaml formatter
(setq-hook! 'yaml-mode-hook +format-with nil)