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

Is it possible to set CWD at call time? #55

Closed danielo515 closed 2 years ago

danielo515 commented 2 years ago

Hello, thank you very much for this plugin. I was wondering if it is posssible to set the query at call time to CWD, or set the default_workspace. This is what I tried:

Telescope frecency default_workspace='CWD'<cr>

But it does not work. Is it even possible?

lucc commented 2 years ago

You can try Telescope frecency default_text=:CWD:.

Neither of these did work for me so maybe the handling of default_workspace is broken?