refactor(python): remove mspyls config

mspyls is no longer maintained or used, so remove vestigial config for
it.
This commit is contained in:
Henrik Lissner
2025-09-14 11:28:42 -04:00
parent 69ecefa4d6
commit 18eb710c34

View File

@@ -33,10 +33,7 @@
(when (modulep! +lsp) (when (modulep! +lsp)
(add-hook 'python-mode-local-vars-hook #'lsp! 'append) (add-hook 'python-mode-local-vars-hook #'lsp! 'append)
(add-hook 'python-ts-mode-local-vars-hook #'lsp! 'append) (add-hook 'python-ts-mode-local-vars-hook #'lsp! 'append))
;; Use "mspyls" in eglot if in PATH
(when (executable-find "Microsoft.Python.LanguageServer")
(set-eglot-client! '(python-mode python-ts-mode) '("Microsoft.Python.LanguageServer"))))
(set-repl-handler! '(python-mode python-ts-mode) #'+python/open-repl (set-repl-handler! '(python-mode python-ts-mode) #'+python/open-repl
:persist t :persist t