You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 12, 2023. It is now read-only.
Hey @jose-elias-alvarez, thanks for a great plugin for Neovim!
I noticed when I use this, it does not launch the
tsserverHowever, when I do
lspconfig.setup("tsserver", {})right after this code, it launches perfectly fineI looked into the source code, and it seems like you are doing just that
typescript.nvim/src/lsp.ts
Line 29 in f66d447
But for some reason, it does not work for me