fix(python): remove pywright
This commit is contained in:
parent
95135255eb
commit
42289b0d6e
1 changed files with 2 additions and 2 deletions
4
init.el
4
init.el
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue