-
-
Notifications
You must be signed in to change notification settings - Fork 399
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't get all features working in neovim lsp #3791
Comments
For me, no features was working at all.
Resolved by downgrading from 2.1.6 to 1.8.27 upd: Probably unrelated to this, found fix #3925 |
Try this
If that works, add your volar setup options one by one and see if one of them causes it to break. |
Thanks, it works! At first I was getting errors like Btw, what's the benefit of running separate tsserver (with default hybridMode=true), vs |
Prior to 2.0.x it used to be a requirement, but it no longer is. |
ty sooo much. you made my day 👍 |
@mactanxin @codymikol Should this be documented somewhere? |
I'm pretty sure I pulled it out of the README and just made it a package, sorry it's been a minute 😅 |
Hi there,
I installed volar through Mason, it's added through nvim-lspconfig but I can't figure out how to enable some of its features. I don't get autocompletion for imported packages and no hover documentation for example. I tried attaching tsserver as an extra but it won't do anything in SFC files even though it is loaded (also tried getting documentation and completion for the same package in a js/ts file with tsserver and that works). Is this just not implemented for volar or am I missing something? Also tried nvim-lspconfigs default config and this one, neither work:
Versions:
The text was updated successfully, but these errors were encountered: