feat(fzf): better default window size/position

This commit is contained in:
Folke Lemaitre 2024-06-12 00:27:21 +02:00
parent 128c3fcfe6
commit 74cf6e4462
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040

View file

@ -80,6 +80,10 @@ return {
["--no-scrollbar"] = true,
},
winopts = {
width = 0.8,
height = 0.8,
row = 0.5,
col = 0.5,
preview = {
scrollchars = { "", "" },
},