nvim-telescope / telescope-frecency.nvim

A telescope.nvim extension that offers intelligent prioritization when selecting files from your editing history.
MIT License
777 stars 37 forks source link

file name is empty in telescope results window #101

Closed Mr-LLLLL closed 1 year ago

Mr-LLLLL commented 1 year ago

when open telescope and enter frecency, file name display in telescope is empty, bug icon of the file is show correctly

arturbalabanov commented 1 year ago

I've been having the same issue recently. Managed to find a workaround though -- I had show_filter_column = false and changing the value to true solved the issue.