Open johackim opened 2 years ago
If you are using fzf-native, its a fzf-native bug because i do not yet have support for utf8 case. Its on my roadmap: https://github.com/nvim-telescope/telescope-fzf-native.nvim#todo
I was already working on it once and got it working but its made the performance way slower because i implemented it with additional allocations.
I will go back to it pretty soon because i have a couple of new ideas
Hello @Conni2461, thanks for your reactivity.
I have this issue with any extensions.
Hope this will be fixed soon :)
Description
Hello,
Thanks for creating Telescope.nvim !
I try to search files with accents. But if the file has a capitalize accent character, it will not appear on the results.
Exemple widh a markdown file :
Écriture.md
.If I search
écriture
, it not appeear.Neovim version
Operating system and version
Arch Linux
checkhealth telescope
Steps to reproduce
Expected behavior
Retrieve my file on the search results if I search with a capitalize letter or not.
Actual behavior
If I search without a capital accent letter, I can't find my file.
Minimal config