mirror of
https://github.com/zoriya/telescope.nvim.git
synced 2025-12-05 22:36:13 +00:00
fix(git_status): support path_display (#2881)
This commit is contained in:
@@ -1332,7 +1332,7 @@ function make_entry.gen_from_git_status(opts)
|
||||
return displayer {
|
||||
{ status_x.icon or empty_space, status_x.hl },
|
||||
{ status_y.icon or empty_space, status_y.hl },
|
||||
entry.value,
|
||||
utils.transform_path(opts, entry.path),
|
||||
}
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user