mirror of
https://github.com/pnx/dotfiles
synced 2026-06-18 20:10:03 +02:00
nvim/lua/user/plugins/editor/finder.lua: set width and height
This commit is contained in:
parent
ecf0a37176
commit
0893c9e1cb
1 changed files with 2 additions and 0 deletions
|
|
@ -50,6 +50,8 @@ return {
|
||||||
},
|
},
|
||||||
layout_config = {
|
layout_config = {
|
||||||
horizontal = {
|
horizontal = {
|
||||||
|
width = 0.95,
|
||||||
|
height = 0.95,
|
||||||
preview_cutoff = 200,
|
preview_cutoff = 200,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue