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:
parent
34096cff74
commit
72f3e4877c
1 changed files with 5 additions and 0 deletions
|
|
@ -101,6 +101,11 @@ return { -- file/item pickers and managers
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
winopts = {
|
||||||
|
preview = {
|
||||||
|
wrap = true
|
||||||
|
}
|
||||||
|
},
|
||||||
defaults = {
|
defaults = {
|
||||||
jump1 = false,
|
jump1 = false,
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue