question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Readme incorrectly claims neovim compatibility

See original GitHub issue

Self-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:closed
  • Created 2 years ago
  • Reactions:1
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

github_iconTop Results From Across the Web

Following HEAD: breaking changes on master #14090
This issue tracks changes that may require users to update configuration, plugins, or expectations. Only intentional breaking changes are ...
Read more >
My notes on Neovim | Olivia's blog
I decided to give Neovim a try after reading up on Vim 9, specifically surrounding compatibility with neovim. I went to the Vim9...
Read more >
Vim users who haven't migrated to Neovim, why?
And the claim to stay compatible with vim has been silently dropped. I cannot hear the story of the neovim folks anymore, ...
Read more >
Starting - Neovim docs
--clean --clean Mimics a fresh install of Nvim: Skips initializations from files ... This is for backwards compatibility with older Vim versions. 5....
Read more >
Neovim 0.8 Released
If you use Neovim, can you share why you chose it over VS Code, ... OP's claim was that it's apparently well-known that...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found