telescope-fzf-native.nvim icon indicating copy to clipboard operation
telescope-fzf-native.nvim copied to clipboard

wip: initial utf8 support take 2

Open Conni2461 opened this issue 4 years ago • 1 comments

This will replace https://github.com/nvim-telescope/telescope-fzf-native.nvim/pull/10

Its easier that way because rebasing would be a nightmare, a lot changed in the c code in the past month

I try to implement case for utf8 strings + normalize. Example: I have a Ö somewhere and i want to be able to match it with ö (lowercase) and o (normalize).

Conni2461 avatar Jun 03 '21 20:06 Conni2461