mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 03:14:55 +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 = {
|
||||
horizontal = {
|
||||
width = 0.95,
|
||||
height = 0.95,
|
||||
preview_cutoff = 200,
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue