kickstart.nvim icon indicating copy to clipboard operation
kickstart.nvim copied to clipboard

Telescope Current Buffer Fuzzy Find is showing last result

Open wiraki opened this issue 9 months ago • 1 comments

Describe the bug

It is tricky to explain, but basically when I invoke Telescope fuzzy find in the current buffer (with default keymap <Leader>+/) and type in a search string, I am often shown only the last-scoring result. I then need to scroll up or down to see the other results, and importantly the best matches. Here is a screenshot of searching for "leader" inside the kickstart init.lua, just after I finish typing the search string:

image

To Reproduce

  1. Install neovim 0.10
  2. Get kickstart's init.lua as config.
  3. Open a file and invoke telescope current buffer fuzzy find with <Leader>+/
  4. Search for a string.

Desktop

  • OS: Pop!_OS 22.04 LTS x86_64
  • Terminal: kitty 0.34.1

Neovim Version

NVIM v0.10.0
Build type: Release
LuaJIT 2.1.1713484068

wiraki avatar May 17 '24 11:05 wiraki