-
I'd like to toggle the It can probably be done by extending the Is it currently possible? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
require("fzf-lua").setup({
previewers = {
my_git_diff = { <copy from default and modify> }
},
}) Then run Defaults here: fzf-lua/lua/fzf-lua/defaults.lua Lines 179 to 190 in 9b84b53 |
Beta Was this translation helpful? Give feedback.
-
I tried to copy the setup Is it possible to reload the previewer with a new |
Beta Was this translation helpful? Give feedback.
Then run
:FzfLua git_status previewer=my_git_diff
Defaults here:
fzf-lua/lua/fzf-lua/defaults.lua
Lines 179 to 190 in 9b84b53