mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-22 08:53:33 +02:00
feat(fzf): better default window size/position
This commit is contained in:
parent
128c3fcfe6
commit
74cf6e4462
1 changed files with 4 additions and 0 deletions
|
@ -80,6 +80,10 @@ return {
|
||||||
["--no-scrollbar"] = true,
|
["--no-scrollbar"] = true,
|
||||||
},
|
},
|
||||||
winopts = {
|
winopts = {
|
||||||
|
width = 0.8,
|
||||||
|
height = 0.8,
|
||||||
|
row = 0.5,
|
||||||
|
col = 0.5,
|
||||||
preview = {
|
preview = {
|
||||||
scrollchars = { "┃", "" },
|
scrollchars = { "┃", "" },
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue