feat(fzf): use delta previewer for code actions when available
This commit is contained in:
@ -108,6 +108,9 @@ return {
|
||||
end,
|
||||
child_prefix = false,
|
||||
},
|
||||
code_actions = {
|
||||
previewer = vim.fn.executable("delta") == 1 and "codeaction_native" or nil,
|
||||
},
|
||||
},
|
||||
formatters = {
|
||||
path = {
|
||||
|
Reference in New Issue
Block a user