nvim: Default to wrapping in fzf-lua preview

By default we wrap the contents.

This will slightly worsen some coding previews, but greatly improve the
default preview for text files.
We will see if it makes sense to keep over time but this makes more
sense to me right now -- especially with zk.nvim using fzf-lua as
preview provider.
This commit is contained in:
Marty Oehme 2025-08-23 12:38:45 +02:00
parent 34096cff74
commit 72f3e4877c
Signed by: Marty
GPG key ID: 4E535BC19C61886E

View file

@ -101,6 +101,11 @@ return { -- file/item pickers and managers
},
},
},
winopts = {
preview = {
wrap = true
}
},
defaults = {
jump1 = false,
},