-
|
Currently, I use following configuration. The problem is multline configuration doesn't work anymore and no position information. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
|
Without writing your own formatter (or a custom picker) you’re limited to playing around with An example where multiple delimiters are used: fzf-lua/lua/fzf-lua/defaults.lua Line 658 in 253c6ff |
Beta Was this translation helpful? Give feedback.
-
|
I switched to |
Beta Was this translation helpful? Give feedback.
-
|
Just find the code for filename_first formatter. With configuration as below, I can show file name only. |
Beta Was this translation helpful? Give feedback.
Just find the code for filename_first formatter.
\tis used as delimiter between tail and parent.With configuration as below, I can show file name only.