Change python and yaml to use default formatter instead of lsp
This commit is contained in:
parent
3896b46cef
commit
c99dedec0a
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user