mirror of
https://github.com/zoriya/telescope.nvim.git
synced 2026-08-14 01:49:36 +00:00
feat: builtin.commands (#54)
* fix: use correct path separator on windows * fix: add utils.get_separator * asdf * feat: add builtin.commands * change commands sorter * change sorter * change sorter
This commit is contained in:
@@ -70,7 +70,7 @@ function make_entry.gen_from_file(opts)
|
||||
|
||||
entry_type = make_entry.types.FILE,
|
||||
filename = line,
|
||||
path = cwd .. '/' .. line,
|
||||
path = cwd .. utils.get_separator() .. line,
|
||||
}
|
||||
|
||||
entry.display = make_display(line)
|
||||
|
||||
Reference in New Issue
Block a user