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
I've manually reviewed logs to find potential errors
Yes
I've recently downloaded the latest plugin version of mason.nvim
Yes
Problem description
I can use zls normally, but tsserver, html-lsp, css-lsp and others, aren't working. All of these has returned this log:
....termux/files/usr/share/nvim/runtime/lua/vim/lsp/r
pc.lua:802: Spawning language server with cmd: `{ "/d
ata/data/com.termux/files/home/.local/share/nvim/maso
n/bin/typescript-language-server", "--stdio" }` faile
d. The language server is either not installed, missi
ng from PATH, or not executable.
The weird part is: this binarie exist and working when I use on bash. It seems that when the command needs an argument it doesn't work
Detail: I'm using termux
Expected behavior
Lsp works normally
Steps to reproduce
Install nvchad, install tsserver using mason and try use tsserver (don't forget to add tsserver on server list of lspconfig)
Affected packages
tsserver, html-lsp, css-lsp and more
Neovim version (>= 0.7)
NVIM v0.10.1
Build type: Release
LuaJIT 2.1.1720049189
Run "nvim -V1 -v" for more info
@nexusprime-here
I've been looking for a solution for the same issue and I think I've found the clue: termux-fix-shebang ~/.local/share/nvim/mason/bin/typescript-language-server
I've searched open issues for similar requests
I've manually reviewed logs to find potential errors
I've recently downloaded the latest plugin version of mason.nvim
Problem description
I can use zls normally, but tsserver, html-lsp, css-lsp and others, aren't working. All of these has returned this log:
The weird part is: this binarie exist and working when I use on bash. It seems that when the command needs an argument it doesn't work
Detail: I'm using termux
Expected behavior
Lsp works normally
Steps to reproduce
Install nvchad, install tsserver using mason and try use tsserver (don't forget to add tsserver on server list of lspconfig)
Affected packages
tsserver, html-lsp, css-lsp and more
Neovim version (>= 0.7)
NVIM v0.10.1
Build type: Release
LuaJIT 2.1.1720049189
Run "nvim -V1 -v" for more info
Operating system/version
Linux localhost 5.4.254-qgki-28575149-abA736BXXS9EXG2 #1 SMP PREEMPT Tue Jul 2 03:35:44 KST 2024 aarch64 Android
Healthcheck
Screenshots or recordings
No response
The text was updated successfully, but these errors were encountered: