1 2 3 4 5 6 7 8 9
return { "fzf-lua", cmd = "FzfLua", after = function () require("fzf-lua").setup {} require("fzf-lua").register_ui_select() end, }