Closed adriaanzon closed 7 months ago
When opening a file directly from the shell, the language server doesn't start for me. For example when running this:
nvim index.html
I don't get any error; simply nothing happens.
When I open nvim first, and then open the file using :e index.html, the language server does start normally.
nvim
:e index.html
It does work with other language servers, e.g. with phpls (intelephense).
Having the same issue. Spent a while debugging - nothing in the Coc logs, or anything else to indicate any errors.
When opening a file directly from the shell, the language server doesn't start for me. For example when running this:
I don't get any error; simply nothing happens.
When I open
nvim
first, and then open the file using:e index.html
, the language server does start normally.It does work with other language servers, e.g. with phpls (intelephense).