-
How can I do it in
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Fzf-lua uses an external process, therefore all the data has to be contained within the line, for what you’re after you’ll need a custom formatter that duplicates the full path/symbol data and then hide the metadata with You might be able to hack your way with fzf-lua/lua/fzf-lua/defaults.lua Lines 752 to 758 in b92220e fzf-lua/lua/fzf-lua/defaults.lua Lines 744 to 750 in b92220e |
Beta Was this translation helpful? Give feedback.
Fzf-lua uses an external process, therefore all the data has to be contained within the line, for what you’re after you’ll need a custom formatter that duplicates the full path/symbol data and then hide the metadata with
--with-nth
.You might be able to hack your way with
_fmt.to
and_fmt.from
:fzf-lua/lua/fzf-lua/defaults.lua
Lines 752 to 758 in b92220e