mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-05 22:20:24 -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:
parent
c2cb66ffd3
commit
ae4416f8f7
1 changed files with 1 additions and 0 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue