mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-22 00:49:03 +02:00
feat(fzf): use delta previewer for code actions when available
This commit is contained in:
parent
3233385ddb
commit
16971006c2
1 changed files with 3 additions and 0 deletions
|
@ -108,6 +108,9 @@ return {
|
|||
end,
|
||||
child_prefix = false,
|
||||
},
|
||||
code_actions = {
|
||||
previewer = vim.fn.executable("delta") == 1 and "codeaction_native" or nil,
|
||||
},
|
||||
},
|
||||
formatters = {
|
||||
path = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue