mirror of
https://github.com/Ascyii/telekasten.nvim.git
synced 2026-01-01 06:14:23 -05:00
attempt to improve #71
This commit is contained in:
@@ -901,6 +901,7 @@ local function find_files_sorted(opts)
|
|||||||
local function entry_maker(entry)
|
local function entry_maker(entry)
|
||||||
local iconic_entry = {}
|
local iconic_entry = {}
|
||||||
iconic_entry.value = entry
|
iconic_entry.value = entry
|
||||||
|
iconic_entry.path = entry
|
||||||
iconic_entry.ordinal = entry
|
iconic_entry.ordinal = entry
|
||||||
if opts.show_link_counts then
|
if opts.show_link_counts then
|
||||||
iconic_entry.display = make_display
|
iconic_entry.display = make_display
|
||||||
|
|||||||
Reference in New Issue
Block a user