Closed
Description
Describe the bug
I tried vim-langauge-server
(installed via npm
) with both vim-lsc
plugin and coc.nvim
plugin, but none of them could start the server properly.
To Reproduce
Steps to reproduce the behavior:
- I installed
vim-language-server
withnpm install -g vim-language-server
. Below screenshots can confirm my installation is successful. - I copied all the config from README to my
coc-settings.json
, and there is nothing more in my coc config - When I tried to start vim to open my vimrc (or whichever *.vim file), I got the titled error:
- The error message when using
vim-language-server
withvim-lsc
is different, so I reported the issue there #421
Expected 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
- start the server from the command line; no errors
- Entering a
.vim
file, say my vimrc, I got an error from coc.nvim:
- I run
CocDiagnostics
, but got nothing:
- my
coc-settings.json
is very simple (I removed comments and turnedisNeovim
tofalse
):
Desktop (please complete the following information):
- OS: Windows 10
- Vim 8.2 (installed via
scoop
) - Terminal: ConEmu
- Shell: PowerShell
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.
Metadata
Metadata
Assignees
Labels
No labels