diff --git a/modules/lang/python/config.el b/modules/lang/python/config.el index 5d28b0ea8..5299fb604 100644 --- a/modules/lang/python/config.el +++ b/modules/lang/python/config.el @@ -39,7 +39,6 @@ ;; (based)pyright executables. (set-eglot-client! '(python-mode python-ts-mode) "pylsp" "pyls" - '("basedpyright" "--stdio") '("basedpyright-langserver" "--stdio") '("pyright" "--stdio") '("pyright-langserver" "--stdio")