
As titled, it only happens on the first time Telescope frecency loads (probably related to #270).
This is how I map frecency:
{
"<leader>ff",
mode = { "n" },
':Telescope frecency workspace=CWD path_display={"smart"} <CR>',
{
desc = "Telescope find files using frecency",
silent = true,
},
},
Happy to look into it and submit a PR if you could point me somewhere in the code base to get started.