Skip to content

Commit

Permalink
Close joaotavora/eglot#566: prefer typescript-language-server for JS&TS
Browse files Browse the repository at this point in the history
* README.md (Connecting to a server): Prefer
typescript-language-server.

* eglot.el (eglot-server-programs): Use
typescript-language-server.
  • Loading branch information
joaotavora committed Feb 1, 2021
1 parent 98650b9 commit 0453fc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lisp/progmodes/eglot.el
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
(python-mode . ("pyls"))
((js-mode
typescript-mode)
. ("javascript-typescript-stdio"))
. ("typescript-language-server" "--stdio"))
(sh-mode . ("bash-language-server" "start"))
(php-mode
. ("php" "vendor/felixfbecker/\
Expand Down

0 comments on commit 0453fc9

Please sign in to comment.