Readme incorrectly claims neovim compatibility
See original GitHub issueSelf-service
- I’d be willing to implement a fix
Describe the bug
This PR https://github.com/yarnpkg/berry/pull/3041 amended the documentation to indicate that Neovim native LSP support support should work out of the box with nvim-lspconfig and theia-ide/typescript-language-server.
…except that’s not actually the case at present because the change that enables this feature depends on https://github.com/theia-ide/typescript-language-server/pull/220. Although this has been merged to the mainline, that package hasn’t had a code release in about a month. So the currently available version (if you don’t want to clone the repo and install it yourself) doesn’t include that change.
This is a very confusing and frustrating experience for users. Took me a fair bit of digging around and Googling to understand why my editor was not behaving as described.
I’ve already raised an issue on the typescript-language-server repo as well (https://github.com/theia-ide/typescript-language-server/issues/239) I’m just raising it here to get more eyes on this issue in the hope that someone happens to see it that might release that package, because I really want this change…
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:7 (3 by maintainers)

Top Related StackOverflow Question
Happy to close this issue following https://github.com/typescript-language-server/typescript-language-server/issues/239#issuecomment-897638986
@tapayne88 Looks like that won’t be necessary. See https://github.com/theia-ide/typescript-language-server/issues/239#issuecomment-894678523 🎉