This is an automated archive made by the Lemmit Bot.

The original was posted on /r/neovim by /u/shmerl on 2025-09-17 22:38:08+00:00.


I just figured you can do something like this with fzf-lua:

require('fzf-lua').register_ui_select()

To customize vim.ui.select

May be it’s something basic, but I had no idea. It’s really neat.