rodrigore / coc-tailwind-intellisense

Coc.nvim extension for Tailwind CSS IntelliSense
140 stars 14 forks source link

Doesn't start when opening file directly from shell #4

Closed adriaanzon closed 7 months ago

adriaanzon commented 3 years 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.

It does work with other language servers, e.g. with phpls (intelephense).

seeARMS commented 3 years ago

Having the same issue. Spent a while debugging - nothing in the Coc logs, or anything else to indicate any errors.