-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Description
Filepaths are not displayed correcty in the picker (see below :Telescope frecency screenshot ), and sometimes when I select a file an empty buffer opens instead.
I haven't been able to reproduce the latter behavior consistently though, but I suspect it's related.
I expect to see filepaths displayed as :Telescope find_files displays them (see below screenshot).
Steps to Reproduce
- Use Windows & Cygwin.
- Clone
telescope-frecency.nvimin/cygdrive/c/Users/Public/Projects. - Open Neovim in root of
telescope-frecency.nvimdirectory. - Run
:Telescope frecency.
| :Telescope frecency | :Telescope find_files |
|---|---|
![]() |
![]() |
The following is a link to my Telescope configuration:
https://github.com/gbroques/neovim-configuration/blob/919ffbd07538ab432c6eba088c3330793e10b6ad/lua/plugins/fuzzy-finder.lua#L62-L113
telescope.setup({
defaults = {
wrap_results = true,
results_title = false,
file_ignore_patterns = {
"^.git/"
},
layout_config = {
-- Fullscreen
width = { padding = 0 },
height = { padding = 0 },
},
},
-- omitted ...
extensions = {
frecency = {
default_workspace = 'CWD',
prompt_title = 'Find Files',
sorter = require('telescope.config').values.file_sorter()
}
}
})I'm currently pinned to commit de41070 which is from early December.
Metadata
Metadata
Assignees
Labels
No labels

