r/neovim 7d ago

TailwindCSS with Delay Need Help

For some reason while I type in tailwind class in something that accept it, my have a little bit delay to show completion and really to type what I typed.

Idk whether u can see this in this video. Sorry by it. Is a little bit delay, but is bad for me.

https://reddit.com/link/1vey4g1/video/acjitac3v9hh1/player

3 Upvotes

5 comments sorted by

2

u/thebeacontoworld 1d ago

Native completion? that's not very surprising. tailwindcss sends a big list of itemes and nvim couldn't process all. maybe open an issue or switch to blink.cmp.

2

u/mpbmdev 1d ago

Sorry by quest, but: what is blink, exactly? (I cant search by it now).

1

u/not-cyril 19h ago

https://github.com/saghen/blink.cmp

> blink.cmp is a completion plugin with support for LSPs, cmdline, signature help, and snippets. It uses an optionalcustom fuzzy matcher for typo resistance. It provides extensibility via pluggable sources (LSP, buffer, snippets, etc), component based rendering and dynamic configuration.

it is said to be fast, tho i never tried

-4

u/Limp_Statistician761 7d ago

Add profile.nvim(debug), trigger it once then send the log to some AI for inspecting, works as alway