You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could it be possible to enhance it to specify a list of paths for the workspaces? The type of the workspace setting would be table<string, string | table<string>>. It would be similar to the search_dirs option of the Telescope find_files builtin and would be configured like this:
With this config, running :Telescope frecency workspace=data would display files from both /home/my_username/.local/share and /usr/local/share folders in the list.
The text was updated successfully, but these errors were encountered:
Hi! Thank you for this very useful plugin.
Could it be possible to enhance it to specify a list of paths for the workspaces? The type of the
workspace
setting would betable<string, string | table<string>>
. It would be similar to thesearch_dirs
option of the Telescopefind_files
builtin and would be configured like this:With this config, running
:Telescope frecency workspace=data
would display files from both/home/my_username/.local/share
and/usr/local/share
folders in the list.The text was updated successfully, but these errors were encountered: