./$types resolution not working in Neovim #28270
Unanswered
AndreasNasman
asked this question in
Q&A
Replies: 1 comment
-
Experiencing the exact same issue |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm looking for pointers in the right direction. I'm pretty sure this is a nvim-lspconfig problem, but I'll ask here first if the fix is something I've missed. Maybe @bartlomieju, @nayeemrmn or @vladjerca can help?
With #17248 and #27958 closed

./$types
in e.g.routes/+page.ts
resolves correctly tomodule "/<path-to-project>/.svelte-kit/types/src/routes/$types"
in VS Code! 🎉However, I can't get the same functionality working in Neovim. I've tried cloning kickstart.nvim and only adding

denols
in the LSP setup to cancel out the chance of me doing something stupid in my regular config, but I get the same result:Do you have to pass some custom configuration to
denols
for it to resolve./$types
correctly? I compared the config defaults of vscode_deno with the config defaults of denols, but I can't find anything missing.Beta Was this translation helpful? Give feedback.
All reactions