ms-jpq / coq_nvim

Fast as FUCK nvim completion. SQLite, concurrent scheduler, hundreds of hours of optimization.
GNU General Public License v3.0
3.58k stars 99 forks source link

tailwindcss completion not work with coq #640

Closed towry closed 5 months ago

towry commented 5 months ago

nvim-cmp works, cant get tailwindcss completion with coq.

can someone test if it works? close this if it does, thanks.

stainless-hao commented 5 months ago

thanks, i just fixed it, it seems like tailwindcss uses a non-standard completion format and it was being rejected by coq, which has strict parsing rules.