feat(fzf): use delta previewer for code actions when available

This commit is contained in:
Folke Lemaitre
2024-06-11 23:48:16 +02:00
parent 3233385ddb
commit 16971006c2

View File

@ -108,6 +108,9 @@ return {
end,
child_prefix = false,
},
code_actions = {
previewer = vim.fn.executable("delta") == 1 and "codeaction_native" or nil,
},
},
formatters = {
path = {