fix(python): remove pywright

This commit is contained in:
Stefan Schwarz 2023-09-15 11:38:22 +02:00
parent 95135255eb
commit 42289b0d6e

View file

@ -213,9 +213,9 @@
(setq rust-format-on-save t)
(add-hook 'rust-mode-hook (lambda () (setq indent-tabs-mode nil))))
;; python
(use-package lsp-pyright
(use-package python-black
:ensure t
:hook (python-mode . (lambda () (require 'lsp-pyright) (lsp))))
:hook (python-mode . python-black-on-save-mode-enable-dwim))
;; code-with-fun
(use-package evil-org :ensure t