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

[BREAKING CHANGE]: move from telescope.path to plenary.path #23

Closed clason closed 3 years ago

clason commented 3 years ago

Just now https://github.com/nvim-telescope/telescope.nvim/pull/473 got merged, which deprecated telescope.path. Extensions should now switch to plenary.path instead.

(The deprecated module telescope.path will be removed in a short while, so there's a time-critical aspect here.)

Conni2461 commented 3 years ago

Will update it