diff --git a/core/cubes/python.el b/core/cubes/python.el index 8aba790..ee0ff09 100644 --- a/core/cubes/python.el +++ b/core/cubes/python.el @@ -95,7 +95,6 @@ interactive `pyvenv-workon' function before `lsp'" ;; Pyls and pylsp can be annoying (add-to-list 'lsp-disabled-clients 'pyls) (add-to-list 'lsp-disabled-clients 'pylsp) - (add-to-list 'lsp-enabled-clients 'pyright) ;;(fg42/py-auto-lsp) (require 'lsp-pyright) (lsp)))))