nvim-telescope / telescope-frecency.nvim

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

fix: workspace filtering #150

Closed willothy closed 9 months ago

willothy commented 9 months ago

This PR contains two fixes related to workspace filtering features that seem to have been recently broken.

  1. The finder contents not being updated because finder:start() was being called directly after the finder init, resulting in opts.updated_finder not being set in the picker.
  2. Showing the filter column for the default workspace if the setting is enabled.

closes #149

delphinus commented 9 months ago

Good catch! Thank you for contribution!