manateelazycat / lsp-bridge

A blazingly fast LSP client for Emacs
GNU General Public License v3.0
1.35k stars 197 forks source link

Update README.md #981

Closed gchape closed 6 days ago

gchape commented 6 days ago

It is now typescript-language-server rather than a typescript link. Since lsp for JavaScript is out of date and should be replaced with typescript, typescript and typescript-language-server are necessary.

React was added.

Removed EsLint, a feature that is not required and can be enabled optionally. The download path for ESLint was wrong.

manateelazycat commented 6 days ago

Thanks