-
-
Notifications
You must be signed in to change notification settings - Fork 17
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
[coc.nvim] Server languageserver.vimls failed to start: Launching server "languageserver.vimls" using command vim-language-server failed. #56
Comments
Open terminal in vim then check if command |
Paste coc log here. |
Thank you. Sure. I followed the steps mentioned in this comment for coc.nvim issue#1827. It seems the log function didn't work well: The full log file content:
|
add the Edit: With the coc log we just can see serve start fail but don't know why. So to check the server log channel to see if there are something useful. |
Have you install coc-vimlsp extension? check with |
Describe the bug
I tried
vim-langauge-server
(installed vianpm
) with bothvim-lsc
plugin andcoc.nvim
plugin, but none of them could start the server properly.To Reproduce
Steps to reproduce the behavior:
vim-language-server
withnpm install -g vim-language-server
. Below screenshots can confirm my installation is successful.coc-settings.json
, and there is nothing more in my coc configvim-language-server
withvim-lsc
is different, so I reported the issue there #421Expected behavior
I just expected
vim-language-server
to act as what is shown in the project's README with the given/recommended config.Screenshots
Here are screenshots relevant to the problem:
vim-language-server
was installed successfully.vim
file, say my vimrc, I got an error from coc.nvim:CocDiagnostics
, but got nothing:coc-settings.json
is very simple (I removed comments and turnedisNeovim
tofalse
):Desktop (please complete the following information):
scoop
)Log:
If I start vim with
vim -V15mylog
, there will be over 11,000 lines of log. So I don't think a log file will be helpful at here. If you need me to log the error in specific way, please let me know.Thank you.
The text was updated successfully, but these errors were encountered: