mirror of
https://github.com/Ascyii/telekasten.nvim.git
synced 2026-01-01 06:14:23 -05:00
daily, weekly pickers: don't display path names!
This commit is contained in:
@@ -238,6 +238,9 @@ local find_files_sorted = function(opts)
|
||||
pickers.new(opts, {
|
||||
finder = finders.new_table({
|
||||
results = file_list,
|
||||
entry_maker = function(entry)
|
||||
return { value = entry, display = path_to_linkname(entry), ordinal = entry, }
|
||||
end,
|
||||
}),
|
||||
sorter = conf.generic_sorter(opts),
|
||||
previewer = conf.file_previewer(opts),
|
||||
|
||||
Reference in New Issue
Block a user