1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-06 06:20:55 -08:00

eglot: add "ty" LSP server for Python to 'eglot-server-programs'

* lisp/progmodes/eglot.el (eglot-server-programs): Add "ty" LSP
server for Python.  Patch by Steve Purcell <steve@sanityinc.com>.
This commit is contained in:
Eli Zaretskii 2025-11-29 13:21:56 +02:00
parent c2cb66ffd3
commit ae4416f8f7

View file

@ -251,6 +251,7 @@ automatically)."
'("pylsp" "pyls" ("basedpyright-langserver" "--stdio")
("pyright-langserver" "--stdio")
("pyrefly" "lsp")
("ty" "server")
"jedi-language-server" ("ruff" "server") "ruff-lsp")))
((js-json-mode json-mode json-ts-mode jsonc-mode)
. ,(eglot-alternatives '(("vscode-json-language-server" "--stdio")