mirror of
https://github.com/doomemacs/doomemacs.git
synced 2025-12-07 11:00:48 -08:00
refactor(python): remove mspyls config
mspyls is no longer maintained or used, so remove vestigial config for it.
This commit is contained in:
parent
69ecefa4d6
commit
18eb710c34
1 changed files with 1 additions and 4 deletions
|
|
@ -33,10 +33,7 @@
|
|||
|
||||
(when (modulep! +lsp)
|
||||
(add-hook 'python-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"))))
|
||||
(add-hook 'python-ts-mode-local-vars-hook #'lsp! 'append))
|
||||
|
||||
(set-repl-handler! '(python-mode python-ts-mode) #'+python/open-repl
|
||||
:persist t
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue