coc-tailwindcss
coc-tailwindcss copied to clipboard
Format on save runs, then reverts on every save / update.
Headwind formats, then reverts back on every save. Running the command through :CocCommand works.
I'm running into the same issue. I believe this is a race condition between the Prettier autosave and headwind since I have both enabled. Is there a way to resolve this?
Anyone had any success with resolving this? I'm pretty sure it has something to do with prettier running at the same time?
I tried disabling coc-prettier and still see the same.