-
Hi I'm trying to replicate a few features from JetBrains, mainly their way of identifying files that is ignored by .gitignore pattern. Is there a way to intercept the files populating the picker and run each file through a git check-ignore {file_path} and then adding a different color or background color to the entry in the picker, based on the result of running git check? I would use this for live_grep, files and buffers. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
You’d need to write your custom formatted for that, take a look at the implantation of path.filename_first if you wish to do that: fzf-lua/lua/fzf-lua/defaults.lua Lines 255 to 280 in fc8c0e6 |
Beta Was this translation helpful? Give feedback.
You’d need to write your custom formatted for that, take a look at the implantation of path.filename_first if you wish to do that:
fzf-lua/lua/fzf-lua/defaults.lua
Lines 255 to 280 in fc8c0e6