On 2025-04-19, Enno <enno.na...@gmail.com> wrote: > While fzf.vim is a classic, fuzzy finding has become built-in and there is > also a more native implementation: https://github.com/Donaldttt/fuzzyy
In the same spirit, I use my own plugin, which relies purely on Vim's built-in features: https://github.com/lifepillar/vim-zeef. That is meant for people who want some minimal support for dynamically filtering a list of entries inside Vim, but they are willing to write their own custom filters in Vim script. Although the plugin can be used to filter the results of an external program such as ripgrep, it's not fast for hundreds of thousands of entries or more: I would use fzf for that. I partly sympathize with Romain's arguments. Even if my plugin supports fuzzy matching through `matchfuzzypos()`, I prefer to use the exact filter (enabled by default): even if it is less forgiving, it allows me to pinpoint what I need to target (typically, another buffer, a recent file, or a tag in the current buffer) more efficiently. Hope this helps, Life. -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_use" group. To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscr...@googlegroups.com. To view this discussion visit https://groups.google.com/d/msgid/vim_use/vu5ufi%24tis%241%40ciao.gmane.io.