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

Settings related to the filetype `TelescopePrompt` not working #133

Closed delphinus closed 1 year ago

delphinus commented 1 year ago

ref https://github.com/nvim-telescope/telescope-frecency.nvim/pull/95#issuecomment-1689640905

This plugin uses a special filetype frecency in the prompt of telescope. This is needed to colorize workspace tags (see the image in #95).

This causes it ignores some settings when users have set it with relation to the default filetype TelescopePrompt. It should use the default one to respect the telescope's way.