-
-
Notifications
You must be signed in to change notification settings - Fork 172
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
tsserver dosen't start after being installed. #466
Comments
Looks like Have you tried nenaming it in your config? |
I have tried it but I get |
Ah you might need to update mason-lspconfig as well. I got this error today, and just used lazy.nvim to auto update my plugins and it went away. |
@mattvioli Thanks, I thought it automatically updates when you clear the data from |
Idk who is ultimately to blame for this, but I'm commenting my disgust here nonetheless. I've tried like 18 different times in the past few weeks to get the freaking Typescript LSP to work on my previous working configs that is deployed to both a Mac and a Linux machine. Don't give me this crap about "WHAT ARE YOU STUPID, JUST RENAME TSSERVER TO TS_LS HAR HAR HAR" Admittedly, I didn't deep dive the living crap out of it because it's always a nuisance to dedicate time to a configuration that breaks. Nahhh aint no way I really had to configure this working hack. |
Seems to be introduced by this commit If you're using lazy, you can restore to this commit in your "nvim-lspconfig": { "branch": "master", "commit": "36f21ab9555d" }, The issue for me doesn't seem to be tsserver, but that nvim-lspconfig renamed the configs directory from |
Problem description
tsserver is not loading in
Why do you think this is an issue with mason-lspconfig.nvim?
I'm attempting to install, and use,
tsserver
trough mason-lspconfig so I assume it is fault of mason-lspconfig for not starting up the Lsp.Neovim version (>= 0.7)
nvim --version
NVIM v0.10.1
Build type: Release
LuaJIT 2.1.1693350652
Run "nvim -V1 -v" for more info
Operating system/version
Linux nixos 6.6.47 #1-NixOS SMP PREEMPT_DYNAMIC Mon Aug 19 04:04:32 UTC 2024 x86_64 GNU/Linux
I've manually reviewed the Nvim LPS client log (
:LspLog
) to find potential errorsI've recently downloaded the latest plugin version of mason.nvim, mason-lspconfig.nvim, and nvim-lspconfig
Affected language servers
tsserver
Steps to reproduce
Most of my LSP configuration are stored in the following file.
https://github.com/laycookie/dotfiles/blob/main/themes/Dennis/programs/nvim/config/lua/plugins/lspzero.lua
Actual behavior
Tsserver does not appear to be loading in, and does not provide autocomplete.
Expected behavior
I expect autocomplete to appear, and see some more enhanced syntax highlighting compared to the treesitter.
LspInfo
Screenshots or recordings
No response
The text was updated successfully, but these errors were encountered: