themaxmarchuk / tailwindcss-colors.nvim

Highlights Tailwind CSS class names when @tailwindcss/language-server is connected
MIT License
54 stars 1 forks source link

Incessant warning: current buffer is not attached to tailwindcss lsp client #6

Open axelhj opened 5 months ago

axelhj commented 5 months ago

Whenever I have opened a buffer with tailwindcss attached and I switch to another typescript buffer, I have to press return as I am prompted by the following blocking message

tailwindcss-colors: current buffer is not attached to tailwindcss lsp client

It is really starting to get on my nerves... I couldn't find the string in the source of this plugin, but I am sure it must be there somewhere...

So, how could I disable this message? I am quite aware that the LSP-client might not be attached to my current buffer and it is not really a problem ever. Could I get an option to turn it off? I will have to stop using this plugin for now unfortunately.