From 2ac1a7a449aa62fc60bb1710eee9fd110842a571 Mon Sep 17 00:00:00 2001 From: Iordanis Petkakis <12776461+dpetka2001@users.noreply.github.com> Date: Sun, 5 Jul 2026 21:09:09 +0300 Subject: [PATCH] fix(fzf): solve duplicate registration `ui_select` --- lua/lazyvim/plugins/extras/editor/fzf.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/lazyvim/plugins/extras/editor/fzf.lua b/lua/lazyvim/plugins/extras/editor/fzf.lua index 4f703405..0ce81e9f 100644 --- a/lua/lazyvim/plugins/extras/editor/fzf.lua +++ b/lua/lazyvim/plugins/extras/editor/fzf.lua @@ -193,6 +193,7 @@ return { opts = vim.tbl_deep_extend("force", fix(require("fzf-lua.profiles.default-title")), opts) opts[1] = nil end + opts.ui_select = nil require("fzf-lua").setup(opts) end, init = function()