This commit is contained in:
Iordanis Petkakis 2026-07-05 21:14:16 +03:00 committed by GitHub
commit 251f9c86a1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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()