Hi there! I noticed that Tailwind’s server makes buffer input uncomfortably laggy. To be more specific, it happens when I edit class attribute on any HTML tag. It feels like LSP completion is synchronous in this case and input just blocks until the completion is ready. I haven’t noticed this behaviour with any other server.
I recorded a small video that demonstrates it. Notice that actually I typed quite fast, but the input is very laggy.
I should note that I also have tsserver and null-ls (for prettier) enabled. Disabling them makes no difference though.
For autocompletion I use nvim-cmp. Link to my config.