This repository has been archived by the owner on Nov 12, 2022. It is now read-only.
Spawning the language server with cmd: lua-language-server failed. The language server is not either installed, missing the path or not executable. #509
Answered
by
williamboman
LeoGitHuber
asked this question in
Q&A
-
I installed sumneko_lua by nvim-lsp-installer. But it doesn't work properly. The configuration of nvim-lsp-installer is default. This problem happened in Windows and EndeavourOS. Do I need to add path of language server manually? |
Beta Was this translation helpful? Give feedback.
Answered by
williamboman
Feb 27, 2022
Replies: 1 comment 9 replies
-
You don't have to manage paths manually with nvim-lsp-installer. When setting up servers via nvim-lsp-installer, the necessary PATH will be managed for you. How are you setting up servers? See https://github.com/williamboman/nvim-lsp-installer#setup for a minimum setup example |
Beta Was this translation helpful? Give feedback.
9 replies
Answer selected by
LeoGitHuber
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You don't have to manage paths manually with nvim-lsp-installer. When setting up servers via nvim-lsp-installer, the necessary PATH will be managed for you. How are you setting up servers? See https://github.com/williamboman/nvim-lsp-installer#setup for a minimum setup example