Question Details

No question body available.

Tags

neovim lazyvim

Answers (2)

November 3, 2025 Score: 0 Rep: 1 Quality: Low Completeness: 30%

You can try my configuration here : https://github.com/RAJ8664/nvim-config/blob/main/lua/plugins/blinkcmp.lua.

This works for me.

February 12, 2026 Score: 0 Rep: 1 Quality: Low Completeness: 40%

I don't particularly have a solution but I have tinkered around and figured out a few extra details:

  • it's not a delay, it's just the cursor being opaque, so it feels like a delay, and it's nearly for a full sec.

  • it only happens when pressing the leader key in Insert mode, so for you, your leader key might be space, so every time you start a new word, its natural that you'll press space and that triggers that cursor thingy

what I did was mapping the leader key to , (comma). It still happens, but way less frequently, as , isn't used as much as space is.