You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whenever I use the fuzzy finder, an extra space is added to the input field. To search for anything, I first have to remove this space, otherwise the search doesn't work.
Microsoft Windows 11 Pro 10.0.26100 N/A Build 26100
Telescope version / branch / rev
telescope 0.1.8
checkhealth telescope
==============================================================================
telescope: require("telescope.health").check()
Checking for required plugins ~
- OK plenary installed.
- OK nvim-treesitter installed.
Checking external dependencies ~
- ERROR rg: not found. `live-grep` finder will not function without [BurntSushi/ripgrep](https://github.com/BurntSushi/ripgrep) installed.
- WARNING fd: not found. Install [sharkdp/fd](https://github.com/sharkdp/fd) for extended capabilities
===== Installed extensions ===== ~
Steps to reproduce
Start nvim
Use telescope (In my case i have configured it using \ff)
The extra space can be seen in the input field
Expected behavior
The input field should have been completely empty
Actual behavior
The extra space was not supposed to be there in the input field, it adds an extra step of removing it eveytime
Description
Whenever I use the fuzzy finder, an extra space is added to the input field. To search for anything, I first have to remove this space, otherwise the search doesn't work.
Screen.Recording.2025-01-06.122136.mp4
Neovim version
Operating system and version
Microsoft Windows 11 Pro 10.0.26100 N/A Build 26100
Telescope version / branch / rev
telescope 0.1.8
checkhealth telescope
Steps to reproduce
Expected behavior
The input field should have been completely empty
Actual behavior
The extra space was not supposed to be there in the input field, it adds an extra step of removing it eveytime
Minimal config
The text was updated successfully, but these errors were encountered: